1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-13 23:37:09 +00:00
aap.pdp6/code/Makefile
2016-10-21 15:32:51 +02:00

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 $@ $<