aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-25 18:07:04 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2024-10-25 18:07:04 -0500
commitb3232c46e9d4e4d8d40403f9e61ecb9602bd4c98 (patch)
tree571542c393f21ca603f4d033328c5b5184bd793b /Makefile
parent72685228a7aacd6daa44da3833ac2eaeb80d1e39 (diff)
oops that target doesn't exist anymore. Also, I figured out I can run make with -j 4 to compile 4x as fast
Diffstat (limited to 'Makefile')
-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