mirror of
https://github.com/livingcomputermuseum/cpus-pdp8.git
synced 2026-01-22 18:51:27 +00:00
9 lines
82 B
Makefile
9 lines
82 B
Makefile
|
|
all: macro8x
|
|
|
|
macro8x: macro8x.c
|
|
cc -o macro8x macro8x.c
|
|
|
|
clean:
|
|
rm -f macro8x
|