mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Wrote value, chunk, memory sections, tested value
chunk and memory remain untested for now
This commit is contained in:
10
makefile
10
makefile
@@ -1,14 +1,14 @@
|
||||
#compiler settings
|
||||
CFLAGS+=-std=c17 -pedantic -Werror
|
||||
LIBS=-lm
|
||||
|
||||
#directories
|
||||
export TOY_SOURCEDIR=source
|
||||
export TOY_OUTDIR=out
|
||||
export TOY_OBJDIR=obj
|
||||
|
||||
#compiler settings
|
||||
CFLAGS+=-std=c17 -pedantic -Werror
|
||||
LIBS=-lm
|
||||
|
||||
#file names
|
||||
TOY_SOURCEFILES=$(wildcard $(TOY_SOURCEDIR)/*.c)
|
||||
export TOY_SOURCEFILES=$(wildcard $(TOY_SOURCEDIR)/*.c)
|
||||
|
||||
#targets
|
||||
all: clean tests
|
||||
|
||||
Reference in New Issue
Block a user