diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,13 +1,11 @@ -all: init build -build: web -install: installweb +all: build init: git submodule init git submodule update --init --recursive touch $@ -web: +build: init find config -name '*.setup' -exec ikiwiki --setup '{}' --rebuild ';' -.PHONY: all init build install web installweb +.PHONY: all init build |