Restructuring of build system
This commit is contained in:
parent
ce284f667b
commit
f92a06b410
4
Makefile
4
Makefile
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user