mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2025-01-04 11:29:36 +00:00
Fix source directories to not conflict with Linux,OSX executable filenames
This commit is contained in:
parent
8bb758bec9
commit
18bbab65f2
18
Makefile
18
Makefile
@ -1,10 +1,20 @@
|
|||||||
all: a2b b2d m2s
|
all: a2b b2d m2s xpack
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm a2b
|
||||||
|
rm b2d
|
||||||
|
rm m2s
|
||||||
|
rm xpack
|
||||||
|
|
||||||
a2b:
|
a2b:
|
||||||
cd a2fcbmp && $(MAKE)
|
cd src_a2b && $(MAKE)
|
||||||
|
|
||||||
b2d:
|
b2d:
|
||||||
cd src && $(MAKE)
|
cd src_b2d && $(MAKE)
|
||||||
|
|
||||||
m2s:
|
m2s:
|
||||||
echo "Missing sources!"
|
cd src_m2s && $(MAKE)
|
||||||
|
|
||||||
|
xpack:
|
||||||
|
cd src_xpack && $(MAKE)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user