summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2017-10-19 15:33:41 +0200
committernsensfel <SpamShield0@noot-noot.org>2017-10-19 15:33:41 +0200
commit4ca4778bad6f586b38e41df9e571a9331e73b2f1 (patch)
treec8b49d84045c43cd16047335d746725ea223d4b8 /Makefile
parente008855086d124f0de14eacc858ecb57d23e371c (diff)
Adds colors to see the battlemap.
Navigator seems borked, though.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f290bd1..7768579 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@