apple2_gumball/Makefile

6 lines
54 B
Makefile
Raw Normal View History

2018-04-19 15:41:55 +00:00
all: dump_frag
dump_frag: dump_frag.c
gcc -o $@ $<