Makefile: add missing .PHONY targets

This commit is contained in:
Simon Ruderich 2017-10-13 08:51:23 +02:00
parent 0b8a53163d
commit 14706bcd4d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ INSTALL_DIRS = $(SUBDIRS:%=install-%)
UNINSTALL_DIRS = $(SUBDIRS:%=uninstall-%)
CLEAN_DIRS = $(SUBDIRS:%=clean-%)
.PHONY: all install uninstall clean
.PHONY: $(SUBDIRS) $(BUILD_DIRS) $(INSTALL_DIRS) $(CLEAN_DIRS)