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