My monster, it not only compiles, it now runs!
This commit is contained in:
parent
60921be3d4
commit
a8b4a6e69d
26 changed files with 244 additions and 172 deletions
5
Makefile
5
Makefile
|
|
@ -8,8 +8,9 @@ DEPS := $(OBJS:.o=.d)
|
|||
|
||||
TESTS := $(shell find unit-tests -name *.sh)
|
||||
|
||||
INC_DIRS := $(shell find $(SRC_DIRS) -type d)
|
||||
INC_FLAGS := $(addprefix -I,$(INC_DIRS))
|
||||
# INC_DIRS := $(shell find $(SRC_DIRS) -type d)
|
||||
# INC_FLAGS := $(addprefix -I,$(INC_DIRS))
|
||||
INC_FLAGS := -I $(SRC_DIRS)
|
||||
|
||||
TMP_DIR ?= ./tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue