mirror of
https://github.com/aap/pdp6.git
synced 2026-01-13 23:37:09 +00:00
6 lines
94 B
Makefile
6 lines
94 B
Makefile
test.rim: main.rel tty.rel
|
|
ld6 -r 100 -o test.rim main.rel tty.rel
|
|
|
|
%.rel: %.s
|
|
as6 -o $@ $<
|