mirror of
https://github.com/livingcomputermuseum/cpus-pdp8.git
synced 2026-02-23 15:53:21 +00:00
7 lines
60 B
Makefile
7 lines
60 B
Makefile
|
|
all: showbin
|
|
|
|
showbin: showbin.c
|
|
cc -o showbin showbin.c
|
|
|