Skip to content

Commit 2ef22d2

Browse files
committed
remove ansi flag for compiler
1 parent d0e5947 commit 2ef22d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = gcc
2-
CCFLAGS = -ansi -Wall -Wshadow -O2
2+
CCFLAGS = -Wall -Wshadow -O2
33
LFLAGS = -lm
44

55
.PHONY = all clean

0 commit comments

Comments
 (0)