Adding build directory targets to .PHONY list in Makefile.

This commit is contained in:
Ruben Ayrapetyan 2015-03-26 17:36:39 +03:00
parent cf1960dbbd
commit 9bcf734bd1

View File

@ -283,4 +283,4 @@ unittests_run: unittests
clean:
@ rm -rf $(BUILD_DIR_PREFIX)* $(OUT_DIR)
.PHONY: clean build unittests_run $(JERRY_TARGETS) $(FLASH_TARGETS)
.PHONY: clean build unittests_run $(BUILD_DIRS_ALL) $(JERRY_TARGETS) $(FLASH_TARGETS)