Restructuring of build system

This commit is contained in:
Emil 2023-08-21 07:30:48 -06:00
parent ce284f667b
commit f92a06b410
No known key found for this signature in database
GPG Key ID: 5432DB986FDBCF8A
2 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
include config.mk
include tests/chad.mk
include chad.mk
SRC.dir:=source
OBJ.dir:=obj
OBJ.dir:=object
SRC:=$(shell find ${SRC.dir} -iname '*.c')
HDR:=$(shell find ${SRC.dir} -iname '*.h')