Fixed neglected tests

This commit is contained in:
2022-11-26 16:29:49 +00:00
parent 5231572578
commit a66ef1abae
4 changed files with 29 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
CC=gcc
IDIR+=. ../Toy/source ../core
CFLAGS+=$(addprefix -I,$(IDIR)) -g -Wall -W -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
CFLAGS+=$(addprefix -I,$(IDIR)) -DSDL_MAIN_HANDLED -g -Wall -W -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
LIBS+=-lSDL2 -lSDL2_image -ltoy -lcore
ODIR = obj