Renamed files

This commit is contained in:
2023-01-26 20:41:23 +00:00
parent 54d417b3fc
commit 3e18baeec0
25 changed files with 28 additions and 1339 deletions

View File

@@ -1,8 +1,8 @@
CC=gcc
IDIR+=. ../Toy/source ../core
IDIR+=. ../Toy/source ../box
CFLAGS+=$(addprefix -I,$(IDIR)) -g -Wall -W -Wno-unused-parameter -Wno-unused-function -Wno-unused-variable
LIBS+=-lSDL2 -ltoy -lcore
LIBS+=-lSDL2 -ltoy -lbox
ODIR = obj
SRC = $(wildcard *.c)