QOL improvement to the showpos function
This commit is contained in:
parent
6749eeb679
commit
d748b0479f
4 changed files with 21 additions and 9 deletions
5
Makefile
5
Makefile
|
@ -6,8 +6,11 @@ OBJS = src/Main.c src/Controls.c src/Debug.c src/Copying.c
|
|||
|
||||
#compiler to use
|
||||
|
||||
CC = gcc
|
||||
CC = cc
|
||||
|
||||
#gimmie dem warnings yo
|
||||
|
||||
COMPILER_FLAGS = -Wall
|
||||
|
||||
#libs we linkin bro
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue