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:
@@ -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
|
Reference in New Issue
Block a user