aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7c7af1f..42d7d64 100644
--- a/Makefile
+++ b/Makefile
@@ -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