summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-04-24 13:52:19 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-04-24 13:52:19 +0200 |
commit | 1979d54acfe844c2a444d445fe73a35820accce8 (patch) | |
tree | 778e607c8c6b3b6d02c527dbe993dd919943c513 /src/asset/Makefile | |
parent | fbbc2972cf244a87da60ccde5d6fb04f3b357ba8 (diff) |
More cats, meh selection/target indicators.
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) |