diff --git a/Makefile b/Makefile index 7b6a729..485f97b 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,8 @@ files += src/*.c files += include/*.h main: + @echo Removing versions.json + rm version.json + @echo Compiling... - cc $(files) -ljson-c -lm -o out/why2 \ No newline at end of file + cc $(files) -ljson-c -lcurl -lm -o out/why2 \ No newline at end of file