From: Michael Gernoth Date: Sun, 3 Feb 2008 20:43:56 +0000 (+0100) Subject: target "all" should be phony X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/commitdiff_plain/90c87e2daf362a264cdd2a4d8c6c1eb872d15d29 target "all" should be phony --- diff --git a/Makefile b/Makefile index f038c34..9a0c0c5 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ clean: cd src/tclx && $(MAKE) clean rm -f res/sim -.PHONY: clean tcl tk tclx sim +.PHONY: all clean tcl tk tclx sim