File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
5
5
export OUT := $(TOPDIR ) /../../out
6
6
export COMMON := $(TOPDIR ) /../../common-kernels
7
7
8
- package : directory Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
8
+ package : directory old Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
9
9
10
10
directory :
11
11
mkdir -p $(OUT ) /$(BASE )
@@ -15,5 +15,8 @@ Ace3DS+_R4iLS_Wood_R4_1.62.zip: directory
15
15
cd tmp && zip -r $(OUT ) /$(BASE ) /$@ *
16
16
cd $(TOPDIR ) ; rm -rf tmp
17
17
18
+ old : directory
19
+ make -C $@
20
+
18
21
extdata : directory
19
22
cp ace3dsplus.jpg README.txt $(OUT ) /$(BASE )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
5
5
export OUT := $(TOPDIR ) /../../out
6
6
export COMMON := $(TOPDIR ) /../../common-kernels
7
7
8
- package : directory Gateway_Blue_Wood_R4_1.62.zip extdata
8
+ package : directory old Gateway_Blue_Wood_R4_1.62.zip extdata
9
9
10
10
directory :
11
11
mkdir -p $(OUT ) /$(BASE )
@@ -15,5 +15,8 @@ Gateway_Blue_Wood_R4_1.62.zip: directory
15
15
cd tmp && zip -r $(OUT ) /$(BASE ) /$@ *
16
16
cd $(TOPDIR ) ; rm -rf tmp
17
17
18
+ old : directory
19
+ make -C $@
20
+
18
21
extdata : directory
19
22
cp README.txt $(OUT ) /$(BASE )
You can’t perform that action at this time.
0 commit comments