Move extra output files to base output directory.

This commit is contained in:
Steveice10
2016-12-23 23:23:14 -08:00
parent 6b63454e24
commit 4e6ed215ed
+1 -1
View File
@@ -380,7 +380,7 @@ CC_FLAGS := $(COMMON_CC_FLAGS) -std=gnu99
CXX_FLAGS := $(COMMON_CC_FLAGS) -std=gnu++11
ifneq ($(EXTRA_OUTPUT_FILES),)
EXTRA_OUTPUT_COPY_CMD := cp -r $(EXTRA_OUTPUT_FILES) $(TARGET_OUTPUT_DIR)
EXTRA_OUTPUT_COPY_CMD := cp -r $(EXTRA_OUTPUT_FILES) $(OUTPUT_DIR)
endif
# MAIN RULES #