Skip to content

Commit 0515152

Browse files
committed
Derp fix
1 parent 6a4cdcb commit 0515152

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

archive/Ace3DS+_R4iLS/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
55
export OUT := $(TOPDIR)/../../out
66
export COMMON := $(TOPDIR)/../../common-kernels
77

8-
package: directory Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
8+
package: directory old Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
99

1010
directory:
1111
mkdir -p $(OUT)/$(BASE)
@@ -15,5 +15,8 @@ Ace3DS+_R4iLS_Wood_R4_1.62.zip: directory
1515
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
1616
cd $(TOPDIR); rm -rf tmp
1717

18+
old: directory
19+
make -C $@
20+
1821
extdata: directory
1922
cp ace3dsplus.jpg README.txt $(OUT)/$(BASE)
35 KB
Loading

archive/Gateway_Blue/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
55
export OUT := $(TOPDIR)/../../out
66
export COMMON := $(TOPDIR)/../../common-kernels
77

8-
package: directory Gateway_Blue_Wood_R4_1.62.zip extdata
8+
package: directory old Gateway_Blue_Wood_R4_1.62.zip extdata
99

1010
directory:
1111
mkdir -p $(OUT)/$(BASE)
@@ -15,5 +15,8 @@ Gateway_Blue_Wood_R4_1.62.zip: directory
1515
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
1616
cd $(TOPDIR); rm -rf tmp
1717

18+
old: directory
19+
make -C $@
20+
1821
extdata: directory
1922
cp README.txt $(OUT)/$(BASE)

0 commit comments

Comments
 (0)