aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'i3/bin/Makefile')
-rw-r--r--i3/bin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/bin/Makefile b/i3/bin/Makefile
new file mode 100644
index 0000000..221dde7
--- /dev/null
+++ b/i3/bin/Makefile
@@ -0,0 +1,3 @@
+kbdlayout: kbdlayout.c
+ $(CC) $(CCFLAGS) -lX11 $< -o $@
+