Mark the phony targets in the Makefile

This commit is contained in:
Roland Clobus 2022-01-06 10:38:56 +01:00
parent bf0349c38e
commit a7ce0710d4
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
2 changed files with 4 additions and 0 deletions

View File

@ -103,3 +103,5 @@ clean:
distclean:
reinstall: uninstall install
.PHONY: all test build install uninstall clean distclean reinstall

View File

@ -57,3 +57,5 @@ distclean: clean
rm -rf $(LANGUAGES)
rebuild: distclean update build
.PHONY: all update check build clean distclean rebuild