remove ansi flag for compiler

This commit is contained in:
Lewis Van Winkle
2020-10-02 17:42:09 -05:00
parent d0e5947f72
commit 2ef22d228f

View File

@@ -1,5 +1,5 @@
CC = gcc
CCFLAGS = -ansi -Wall -Wshadow -O2
CCFLAGS = -Wall -Wshadow -O2
LFLAGS = -lm
.PHONY = all clean