From 191938548f0c9101f9a1f7f88b1b2ff120961d67 Mon Sep 17 00:00:00 2001 From: tzyvoski <67583725+tzyvoski@users.noreply.github.com> Date: Sat, 21 May 2022 22:47:07 +0200 Subject: [PATCH] Removed useless target --- Makefile | 7 ------- 1 file changed, 7 deletions(-) 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