1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-13 15:27:46 +00:00
aap.pdp6/code/Makefile
2017-02-02 19:37:19 +01:00

12 lines
223 B
Makefile

test.rim: main.rel tty.rel pt.rel
ld6 -o test.rim main.rel tty.rel pt.rel
test.sav: main.rel tty.rel pt.rel
ld6 -f sav -o test.sav main.rel tty.rel pt.rel
%.rel: %.s
as6 -o $@ $<
%.lst: %.s
as6 -o /dev/null -l $@ $<