| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-09-27 16:25:14 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-09-27 16:25:14 +0200 |
| commit | 55f01ce3978f12eafe7e726ee52133169c84b2bc (patch) | |
| tree | 0f3b440690ae0254dc23c07eadb0d8a98cbd03ca /Makefile | |
| parent | 287049d6d1f06269fa48e2dba460e8dde9867bda (diff) | |
...
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -22,18 +22,18 @@ all: build build: for module in $(MODULES_SRC) ; do \ - $(MAKE) -C $$module build ; \ + $(MAKE) -C $$module build WWW_DIR="$(WWW_DIR)"; \ done clean: for module in $(MODULES_SRC) ; do \ - $(MAKE) -C $$module clean ; \ + $(MAKE) -C $$module clean WWW_DIR="$(WWW_DIR)"; \ done reset: $(MAKE) clean for module in $(MODULES_SRC) ; do \ - $(MAKE) -C $$module reset; \ + $(MAKE) -C $$module reset WWW_DIR="$(WWW_DIR)"; \ done ################################################################################ |


