PkBadApple/tools/Makefile

9 lines
168 B
Makefile
Raw Normal View History

2022-05-28 12:27:06 +00:00
all: ascii2sjis bin2mcs bmp2ps1b mcpad
ascii2sjis: ascii2sjis.c
bin2mcs: bin2mcs.c
bmp2ps1b: bmp2ps1b.c
mcpad: mcpad.c
clean:
rm -f ascii2sjis bin2mcs bmp2ps1b mcpad