Skip to content

Commit e10d4c8

Browse files
committed
I won't warn you !
1 parent d45d67a commit e10d4c8

File tree

3 files changed

+690
-311
lines changed

3 files changed

+690
-311
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CC = clang
2-
WARNINGS = -Wall -pedantic
1+
CC = clang
2+
WARNINGS = -Wall -pedantic -Wextra
33
#For debuging, use DEBUG instead of COMPILE
44
COMPILE = -pipe
55
OPTIM = -g

0 commit comments

Comments
 (0)