apple2gs_shr_converter/Makefile

11 lines
102 B
Makefile
Raw Normal View History

2016-08-24 17:01:44 +00:00
all: a2b b2d m2s
a2b:
cd a2fcbmp && $(MAKE)
b2d:
cd src && $(MAKE)
m2s:
echo "Missing sources!"