QOL improvement to the showpos function

This commit is contained in:
Return0ne 2021-11-21 20:46:42 -05:00
parent 6749eeb679
commit d748b0479f
4 changed files with 21 additions and 9 deletions

View file

@ -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