view LISP09/Makefile @ 187:308f00b170f7

lisp09
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 03 Dec 2023 12:54:59 +0900
parents ec1a044adef6
children d9dbd943db21
line wrap: on
line source

LISP09 : LISP09.asm 
	../src/a09 LISP09.asm -o LISP09 -l LISP09-os9.lst

# a09 does not support MACRO
LISP09.asm : LISP09.txt os9iodriver.asm
	perl macro.pl LISP09.txt > LISP09.asm