6 lines
76 B
Makefile
6 lines
76 B
Makefile
|
all:
|
||
|
asar all.asm DKC2_custom.sfc
|
||
|
md5sum *.sfc
|
||
|
clean:
|
||
|
rm DKC2_custom.sfc
|