mirror of
https://github.com/livingcomputermuseum/cpus-pdp8.git
synced 2026-02-09 09:52:08 +00:00
4 lines
45 B
Makefile
4 lines
45 B
Makefile
|
|
pdp8i: pdp8.c io.c
|
|
cc -o pdp8i pdp8.c io.c
|