diff --git a/Makefile b/Makefile index 0e1dc7b..f92dde4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,11 @@ CFLAGS = \ + -std=c99 \ -g \ -O3 \ -W \ -Wall \ -LDFLAGS = \ +LDLIBS = \ -lm \ all: unfold