Added Makefile recipe to interpret all examples

This commit is contained in:
2023-11-03 21:51:39 +00:00
parent e9eead1177
commit b2e3e39a39

View File

@@ -85,6 +85,10 @@ $(EXAMPLES_DIST)/%.out: $(EXAMPLES_SRC)/%.asm $(ASM_OUT)
@$(ASM_OUT) $< $@
@echo -e "$(TERM_GREEN)$@$(TERM_RESET): $<"
.PHONY: run-examples
run-examples: $(EXAMPLES)
$(foreach example,$(EXAMPLES),$(MAKE) interpret BYTECODE=$(example);)
OUT=
ARGS=