From 2ee09b6a43620d481307f9c1b55c463cca8e81d9 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Thu, 21 May 2015 14:59:56 +0200 Subject: [PATCH] Kill lingering PHONY target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5bc4f1..e23e769 100644 --- a/Makefile +++ b/Makefile @@ -77,4 +77,4 @@ clean: find . -type f -name \*.o -exec rm {} \; rm -f $(KORE) -.PHONY: clean contain +.PHONY: clean