mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2024-11-23 23:33:07 +00:00
11 lines
102 B
Makefile
11 lines
102 B
Makefile
|
all: a2b b2d m2s
|
||
|
|
||
|
a2b:
|
||
|
cd a2fcbmp && $(MAKE)
|
||
|
|
||
|
b2d:
|
||
|
cd src && $(MAKE)
|
||
|
|
||
|
m2s:
|
||
|
echo "Missing sources!"
|