mirror of
https://github.com/livingcomputermuseum/cpus-pdp8.git
synced 2026-01-21 18:25:19 +00:00
4 lines
48 B
Makefile
4 lines
48 B
Makefile
|
|
pdp8i: pdp8.c io.c
|
|
cc -o pdp8i -g pdp8.c io.c
|