diff options
| author | 2017-06-26 15:46:07 +0100 | |
|---|---|---|
| committer | 2017-06-26 15:46:07 +0100 | |
| commit | 8532aad1e8602d417dca069aabeced301edf0c4a (patch) | |
| tree | fbd5e095250bd70eeaea3ae30328e9fa944e61ec /makefile | |
| parent | f28389fb721664046f67d400676ad203dabad2fa (diff) | |
| download | xkbcat-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.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -2,6 +2,3 @@ xkbcat: xkbcat.c clang -O3 --std=c99 -pedantic -Wall -lX11 -lXi -o xkbcat xkbcat.c clean: rm xkbcat -.PHONY: xkbcat - - |
