removed unused flag

This commit is contained in:
Václav Šmejkal 2022-04-23 19:03:18 +02:00
parent 8edf216545
commit 49b017b768

View File

@ -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