More makefile fixes

This commit is contained in:
tzyvoski
2022-05-21 21:27:54 +02:00
parent ff80901115
commit 6866bba871
+1 -1
View File
@@ -35,7 +35,7 @@ fuzz:
@ export AFL_SKIP_CPUFREQ=1
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@
.PHONY: all
.PHONY build: all
build:
@ echo !==== LINKING
@ mkdir -p $(BINDIR)