From 49b017b768d6ddf99492bf0eb05e0853a47b1d6a Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 23 Apr 2022 19:03:18 +0200 Subject: [PATCH] removed unused flag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3d94f7..f4da049 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ files += include/*.h main: @echo Compiling... - cc $(files) -ljson-c -lcurl -lm -o out/why2 + cc $(files) -ljson-c -lcurl -o out/why2