summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Antti Korpi2017-06-26 15:46:07 +0100
committerGravatar Antti Korpi2017-06-26 15:46:07 +0100
commit8532aad1e8602d417dca069aabeced301edf0c4a (patch)
treefbd5e095250bd70eeaea3ae30328e9fa944e61ec
parentf28389fb721664046f67d400676ad203dabad2fa (diff)
downloadxkbcat-8532aad1e8602d417dca069aabeced301edf0c4a.tar.gz
xkbcat-8532aad1e8602d417dca069aabeced301edf0c4a.zip
Remove .PHONY make target
I think this is a remnant from some time ago when output executable wasn't called "xkbcat", but it is now, so the .PHONY is unnecessary.
-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
-
-