1
0
mirror of synced 2026-01-18 09:03:38 +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