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