mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2024-10-31 13:07:27 +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!"
|