1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-02-27 17:23:57 +00:00
Files
brad cbf9536299
2010-04-02 12:52:11 +00:00

9 lines
82 B
Makefile

all: macro8x
macro8x: macro8x.c
cc -o macro8x macro8x.c
clean:
rm -f macro8x