PkBadApple/tools/Makefile

12 lines
293 B
Makefile
Raw Normal View History

2022-05-29 11:42:41 +00:00
all: ascii2sjis bin2mcs bmp2ps1b mcpad bmp_to_1bit
2022-05-28 12:27:06 +00:00
ascii2sjis: ascii2sjis.c
bin2mcs: bin2mcs.c
bmp2ps1b: bmp2ps1b.c
mcpad: mcpad.c
2022-05-29 11:42:41 +00:00
bmp_to_1bit: bmp_to_1bit.c
2022-05-28 12:27:06 +00:00
clean:
2022-05-29 11:42:41 +00:00
rm -f ascii2sjis bin2mcs bmp2ps1b mcpad bmp_to_1bit
rm -f ascii2sjis.exe bin2mcs.exe bmp2ps1b.exe mcpad.exe bmp_to_1bit.exe