summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/makefile b/makefile
index 99b84d8..a5ff6b5 100644
--- a/makefile
+++ b/makefile
@@ -2,6 +2,3 @@ xkbcat: xkbcat.c
clang -O3 --std=c99 -pedantic -Wall -lX11 -lXi -o xkbcat xkbcat.c
clean:
rm xkbcat
-.PHONY: xkbcat
-
-