summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/asset/Makefile')
-rw-r--r-- | src/asset/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/src/asset/Makefile b/src/asset/Makefile index 0c22bfa..b02b4e9 100644 --- a/src/asset/Makefile +++ b/src/asset/Makefile @@ -43,28 +43,15 @@ $(error\ ) endif -ifeq ($(wildcard $(CHAR_STYLE_TEMPLATE)),) -$(error\ - "Could not find template for character styles (CHAR_STYLE_TEMPLATE="\ - "$(CHAR_STYLE_TEMPLATE))."\ -) -endif - ################################################################################ ## TARGET RULES ################################################################ ################################################################################ -build: $(CHAR_STYLE_CSS) +build: clean: - rm -f $(CHAR_STYLE_CSS) -reset: clean +reset: ################################################################################ ## INTERNAL RULES ############################################################## ################################################################################ -$(CHAR_STYLE_CSS): $(SENSITIVITY_LIST) $(CHAR_STYLE_TEMPLATE) - $(GENERATE_N_COLORS_SCRIPT) $(TOTAL_NUMBER_OF_COLORS) \ - 0 | \ - $(GENERATE_N_ENTITIES) $(NUMBER_OF_CHAR_TYPES) $(CHAR_STYLE_TEMPLATE) > \ - $(CHAR_STYLE_CSS) |