mirror of
https://github.com/samsonjs/sectorlisp.git
synced 2026-03-25 09:05:48 +00:00
10 lines
232 B
Makefile
10 lines
232 B
Makefile
test1: test1.lisp qemu.sh tcat
|
|
sh qemu.sh test1.lisp
|
|
eval10: eval10.lisp qemu.sh tcat
|
|
sh qemu.sh eval10.lisp
|
|
eval15: eval15.lisp qemu.sh tcat
|
|
sh qemu.sh eval10.lisp
|
|
tcat: tcat.c
|
|
$(CC) -o $@ $< -Wall
|
|
|
|
.PHONY: test1 eval10 eval15
|