mirror of
https://github.com/aap/pdp6.git
synced 2026-01-13 15:27:46 +00:00
9 lines
133 B
Makefile
9 lines
133 B
Makefile
test.rim: main.rel tty.rel
|
|
ld6 -r 100 -o test.rim main.rel tty.rel
|
|
|
|
%.rel: %.s
|
|
as6 -o $@ $<
|
|
|
|
%.lst: %.s
|
|
as6 -o /dev/null -l $@ $<
|