Mark the phony targets in the Makefile
This commit is contained in:
parent
bf0349c38e
commit
a7ce0710d4
2
Makefile
2
Makefile
|
@ -103,3 +103,5 @@ clean:
|
|||
distclean:
|
||||
|
||||
reinstall: uninstall install
|
||||
|
||||
.PHONY: all test build install uninstall clean distclean reinstall
|
||||
|
|
|
@ -57,3 +57,5 @@ distclean: clean
|
|||
rm -rf $(LANGUAGES)
|
||||
|
||||
rebuild: distclean update build
|
||||
|
||||
.PHONY: all update check build clean distclean rebuild
|
||||
|
|
Loading…
Reference in New Issue