From 90c87e2daf362a264cdd2a4d8c6c1eb872d15d29 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Sun, 3 Feb 2008 21:43:56 +0100 Subject: [PATCH] target "all" should be phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2