diff --git a/Makefile b/Makefile index ea7e31b..503cd83 100644 --- a/Makefile +++ b/Makefile @@ -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