added flag for math actions
This commit is contained in:
parent
16c2b95a88
commit
16a7c41821
2
Makefile
2
Makefile
@ -11,4 +11,4 @@ files += include/encrypter.h
|
|||||||
|
|
||||||
main:
|
main:
|
||||||
@echo Compiling...
|
@echo Compiling...
|
||||||
cc $(files) -o out/why2
|
cc $(files) -lm -o out/why2
|
Loading…
x
Reference in New Issue
Block a user