improving build, correct phony targets and more correct and verbose download_structure_conversions
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
.PHONY: all release build transcrypt copy $(RES_LESS_FILE) $(RES_PY_FILE) $(RES_HTML_FILE) $(RES_XML_FILE)
|
||||
|
||||
SRC_FOLDER=$(CURDIR)/../src
|
||||
RES_FOLDER=$(CURDIR)/../res
|
||||
|
||||
@@ -20,6 +18,7 @@ RES_PY_FILE=$(SRC_FOLDER)/$(PY_FILE)
|
||||
RES_HTML_FILE=$(RES_FOLDER)/$(HTML_FILE)
|
||||
RES_XML_FILE=$(RES_FOLDER)/$(XML_FILE)
|
||||
|
||||
.PHONY: all release build transcrypt copy $(RES_LESS_FILE) $(RES_PY_FILE) $(RES_HTML_FILE) $(RES_XML_FILE) $(CONV_FILE)
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
all: BR_FLAGS := $(BR_FLAGS) --debug
|
||||
|
||||
Reference in New Issue
Block a user