got rid of the stupid Func_ in the function names
This commit is contained in:
parent
d766ed5fce
commit
02bc8500aa
10 changed files with 37 additions and 33 deletions
4
Makefile
4
Makefile
|
@ -8,9 +8,9 @@ OBJS = src/Main.c src/Controls.c src/Debug.c src/Copying.c
|
|||
|
||||
CC = cc
|
||||
|
||||
#gimmie dem warnings yo
|
||||
#gimmie ALL dem 1999 era warnings yo
|
||||
|
||||
COMPILER_FLAGS = -Wall
|
||||
COMPILER_FLAGS = -std=c99 -Wall
|
||||
|
||||
#libs we linkin bro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue