Add antirez picol (tiny Tcl clone) (#340)

This commit is contained in:
Joseph Stewart 2022-06-29 08:52:22 -07:00 committed by GitHub
parent 9f8e6c10dd
commit 2eebb198a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 661 additions and 0 deletions

View file

@ -143,6 +143,18 @@ o/$(MODE)/examples/nesemu1.com.dbg: \
$(EXAMPLES_BOOTLOADER)
@$(APELINK)
o/$(MODE)/examples/picol.o: \
OVERRIDE_CPPFLAGS += \
-DSTACK_FRAME_UNLIMITED
o/$(MODE)/examples/picol.com.dbg: \
$(EXAMPLES_DEPS) \
o/$(MODE)/examples/picol.o \
o/$(MODE)/examples/examples.pkg \
$(CRT) \
$(APE_NO_MODIFY_SELF)
@$(APELINK)
o/$(MODE)/examples/nesemu1.com: \
o/$(MODE)/examples/nesemu1.com.dbg \
o/$(MODE)/third_party/zip/zip.com \