From b3232c46e9d4e4d8d40403f9e61ecb9602bd4c98 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Fri, 25 Oct 2024 18:07:04 -0500 Subject: oops that target doesn't exist anymore. Also, I figured out I can run make with -j 4 to compile 4x as fast --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.3.1