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