1
0
mirror of https://github.com/livingcomputermuseum/cpus-pdp8.git synced 2026-01-22 18:51:27 +00:00
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