mirror of
https://github.com/Michaelangel007/apple2gs_shr_converter.git
synced 2024-12-30 10:30:50 +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:
|
||||
cd a2fcbmp && $(MAKE)
|
||||
cd src_a2b && $(MAKE)
|
||||
|
||||
b2d:
|
||||
cd src && $(MAKE)
|
||||
cd src_b2d && $(MAKE)
|
||||
|
||||
m2s:
|
||||
echo "Missing sources!"
|
||||
cd src_m2s && $(MAKE)
|
||||
|
||||
xpack:
|
||||
cd src_xpack && $(MAKE)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user