diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-25 18:07:04 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2024-10-25 18:07:04 -0500 |
| commit | b3232c46e9d4e4d8d40403f9e61ecb9602bd4c98 (patch) | |
| tree | 571542c393f21ca603f4d033328c5b5184bd793b /Makefile | |
| parent | 72685228a7aacd6daa44da3833ac2eaeb80d1e39 (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-- | 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 |
