retroforth/Makefile.python
crc 962c64a3da fix a typo in retro.muri that caused the python version of muri to crash
FossilOrigin-Name: db919ab8d422f54421bc9f85df6218dd1264be8c244c4bc16818120e17a69bb1
2021-01-10 15:47:27 +00:00

12 lines
460 B
Makefile

PYTHON ?= python3
default: baseimage
cp ngaImage pythonImage
$(PYTHON) tools/retro-extend.py pythonImage interface/clock.retro interface/filesystem.retro interface/floatingpoint.retro interface/rng.retro package/dict-words-listing.forth
$(PYTHON) tools/retro-embedimage.py pythonImage >vm/nga-python/InitialImage.py
rm -f pythonImage
baseimage:
$(PYTHON) tools/retro-muri.py image/retro.muri
$(PYTHON) tools/retro-extend.py ngaImage image/retro.forth