aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-11-30 13:09:16 -0800
committerHenry Kroll III <henry@comptune.com>2010-11-30 13:09:16 -0800
commit81850708419229dbe46740e553375df159b964c7 (patch)
tree92e62e8da64c74a7307f8232f7c85dac896db08a
parent52b75c5fa0f0e46e96b3b40141fffe81a637b9aa (diff)
downloadtinycc-81850708419229dbe46740e553375df159b964c7.tar.gz
tinycc-81850708419229dbe46740e553375df159b964c7.tar.bz2
Makefile: Add .PHONY targets
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4600c3c..b84e5db 100644
--- a/Makefile
+++ b/Makefile
@@ -305,6 +305,8 @@ tcc.1: tcc-doc.texi
tcc-doc.info: tcc-doc.texi
makeinfo tcc-doc.texi
+.PHONY: all libtest clean tar distclean install uninstall LinuxWIN32libtcc1
+
# tar release (use 'make -k tar' on a checkouted tree)
TCC-VERSION=tcc-$(shell cat VERSION)
tar: