1
0
mirror of https://github.com/aap/pdp6.git synced 2026-01-29 05:11:50 +00:00
Files
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 $@ $<