mirror of
https://github.com/aap/pdp6.git
synced 2026-01-13 15:27:46 +00:00
12 lines
223 B
Makefile
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 $@ $<
|