From 6866bba871119c523b6a21a6c1516e5caf1a2fdb Mon Sep 17 00:00:00 2001 From: tzyvoski <67583725+tzyvoski@users.noreply.github.com> Date: Sat, 21 May 2022 21:27:54 +0200 Subject: [PATCH] More makefile fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43bb122..6205685 100644 --- a/Makefile +++ b/Makefile @@ -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)