This commit is contained in:
tavo-wasd 2023-05-08 22:01:48 -06:00
parent 33e1c26d86
commit 983aef055b

View file

@ -29,4 +29,4 @@ CFLAGS = -std=c99 -pedantic -Wall -Os $(INCS) $(CPPFLAGS)
LDFLAGS = $(LIBS)
# compiler and linker
CC = gcc
CC = cc