Makefile: Add .PHONY targets

master
Henry Kroll III 2010-11-30 13:09:16 -08:00
parent 52b75c5fa0
commit 8185070841
1 changed files with 2 additions and 0 deletions

View File

@ -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: