summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-10-19 15:33:41 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-10-19 15:33:41 +0200 |
commit | 4ca4778bad6f586b38e41df9e571a9331e73b2f1 (patch) | |
tree | c8b49d84045c43cd16047335d746725ea223d4b8 /Makefile | |
parent | e008855086d124f0de14eacc858ecb57d23e371c (diff) |
Adds colors to see the battlemap.
Navigator seems borked, though.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,8 +17,8 @@ clean: $(MAKE) -C $$module clean ; \ done -$(MODULES_WWW): %: $(WWW_DIR) - ln -s $(SRC_DIR)/$(notdir $<)/www $@ +$(MODULES_WWW): %: + ln -s $(SRC_DIR)/$(patsubst $(WWW_DIR)/%,%,$@)/www $@ $(WWW_DIR): mkdir -p $@ |