Well, we have a REPL. It blows up horribly, but we have one.

This commit is contained in:
Simon Brooke 2026-04-17 14:20:31 +01:00
parent 4efe9eab87
commit cf05e30540
19 changed files with 422 additions and 144 deletions

View file

@ -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