summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76cae03..1e9d569 100644
--- a/Makefile
+++ b/Makefile
@@ -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/ $@