diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -20,7 +20,5 @@ $(BUILD_DIR)/index.html: gen/gen_index.sh | $(BUILD_DIR) --template template.html \ -o "$@" -all: make_dirs $(HTMLTARGETS) $(BUILD_DIR)/index.html - -.PHONY: make_dirs all - +all: $(HTMLTARGETS) $(BUILD_DIR)/index.html +.PHONY: all |
