Well, we have a REPL. It blows up horribly, but we have one.
This commit is contained in:
parent
4efe9eab87
commit
cf05e30540
19 changed files with 422 additions and 144 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ TESTS := $(shell find unit-tests -name *.sh)
|
|||
|
||||
# INC_DIRS := $(shell find $(SRC_DIRS) -type d)
|
||||
# INC_FLAGS := $(addprefix -I,$(INC_DIRS))
|
||||
INC_FLAGS := -I $(SRC_DIRS)
|
||||
INC_FLAGS := -I $(shell find $(SRC_DIRS) -type d)
|
||||
|
||||
TMP_DIR ?= ./tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue