Makefile: build flags as a target. (#163)

* Makefile: build flags as a target.

* Makefile: proper BUILD_FLAGS generation routine

Co-authored-by: Aleksandr Kutuzov <aku@plooks.com>
This commit is contained in:
あく
2020-10-08 12:47:12 +03:00
committed by GitHub
parent 3c2711102c
commit 2ab6f82ddf
2 changed files with 16 additions and 7 deletions

View File

@@ -12,6 +12,3 @@ include $(TARGET_DIR)/target.mk
include $(PROJECT_ROOT)/make/toolchain.mk
include $(PROJECT_ROOT)/make/rules.mk
$(OBJ_DIR)/app.o: .FORCE
.PHONY: .FORCE