aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorCamil Staps2016-04-05 15:38:45 +0200
committerCamil Staps2016-11-30 19:11:08 +0100
commit4fe029d89baa60121127c06f6562c8f8d41fbedb (patch)
tree5b0357c7c19643902dac860f57a2499766029b63 /bin/Makefile
parentAutolock time increased (diff)
Migrated back to i3status; added kbdlayout
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile3
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 $@
+