From 8532aad1e8602d417dca069aabeced301edf0c4a Mon Sep 17 00:00:00 2001 From: Antti Korpi Date: Mon, 26 Jun 2017 15:46:07 +0100 Subject: 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. --- makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'makefile') 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 - - -- cgit v1.3-2-g0d8e