diff options
author | Camil Staps | 2016-04-05 15:38:45 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:08 +0100 |
commit | 4fe029d89baa60121127c06f6562c8f8d41fbedb (patch) | |
tree | 5b0357c7c19643902dac860f57a2499766029b63 /bin/Makefile | |
parent | Autolock time increased (diff) |
Migrated back to i3status; added kbdlayout
Diffstat (limited to 'bin/Makefile')
-rw-r--r-- | bin/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile new file mode 100644 index 0000000..221dde7 --- /dev/null +++ b/bin/Makefile @@ -0,0 +1,3 @@ +kbdlayout: kbdlayout.c + $(CC) $(CCFLAGS) -lX11 $< -o $@ + |