added flag for math actions

This commit is contained in:
Václav Šmejkal 2022-03-06 16:33:16 +01:00
parent 16c2b95a88
commit 16a7c41821

View File

@ -11,4 +11,4 @@ files += include/encrypter.h
main:
@echo Compiling...
cc $(files) -o out/why2
cc $(files) -lm -o out/why2