Expanded keyboard API, added repl tools to make process

This commit is contained in:
2026-05-27 12:25:32 +10:00
parent 1c1473339f
commit 82d43ae813
8 changed files with 90 additions and 44 deletions
+6 -1
View File
@@ -17,7 +17,7 @@ export TOY_OUTDIR=../$(VAMP_OUTDIR)
export TOY_OBJDIR=$(VAMP_OBJDIR)
#targets
all: $(VAMP_OUTDIR) Toy source
all: $(VAMP_OUTDIR) Toy tools source
.PHONY: source
source:
@@ -27,6 +27,11 @@ source:
Toy:
$(MAKE) -C $(TOY_SOURCEDIR)
.PHONY: tools
tools:
cp Toy/repl/*library* $(VAMP_SOURCEDIR)
cp Toy/repl/*inspector* $(VAMP_SOURCEDIR)
#util targets
$(VAMP_OUTDIR):
mkdir $(VAMP_OUTDIR)