Removed useless target

This commit is contained in:
tzyvoski
2022-05-21 22:47:07 +02:00
parent 803bbe7c58
commit 191938548f
-7
View File
@@ -30,13 +30,6 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.c
# Clean all artifacts and rebuild the whole thing
all: clean $(OBJS) build
# Run fuzz
.PHONY fuzz: all
fuzz:
@ export AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
@ export AFL_SKIP_CPUFREQ=1
afl-fuzz -i examples/ -o out -m none -d -- ./build/noja run @@
# Link all object files
build:
@ echo !==== LINKING