summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-11-06 17:01:52 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-11-06 17:01:52 +0100 |
commit | 5b59f359adfe3e1dd1bf473241903bc6b4f103d8 (patch) | |
tree | 33872284ec8aea687067c51f39fef2a709d8607c /Makefile | |
parent | 8185173f97cba8228fdf0b7d8bd8341e188176d9 (diff) | |
parent | 53971a2c17f6a01f3789d7c7ab182e864a6551cf (diff) |
Merge branch 'json-comm' of dreamhost:~/repositories/git/tacticians-client into json-comm
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ clean: $(MAKE) -C $$module clean ; \ done +reset: + for module in $(MODULES_SRC) ; do \ + $(MAKE) -C $$module clean; \ + $(MAKE) -C $$module reset; \ + done + $(MODULES_WWW): %: ln -s $(SRC_DIR)/$(patsubst $(WWW_DIR)/%,%,$@)/www/ $@ |