Makefile: Add .PHONY targets
This commit is contained in:
parent
52b75c5fa0
commit
8185070841
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue