From 1979d54acfe844c2a444d445fe73a35820accce8 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 24 Apr 2018 13:52:19 +0200 Subject: More cats, meh selection/target indicators. --- src/asset/Makefile | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/asset/Makefile') 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) -- cgit v1.2.3-70-g09d2