mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 01:39:17 +01:00
Derp fix
This commit is contained in:
parent
6a4cdcb9b0
commit
0515152554
@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
|
|||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
|
||||||
package: directory Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
|
package: directory old Ace3DS+_R4iLS_Wood_R4_1.62.zip extdata
|
||||||
|
|
||||||
directory:
|
directory:
|
||||||
mkdir -p $(OUT)/$(BASE)
|
mkdir -p $(OUT)/$(BASE)
|
||||||
@ -15,5 +15,8 @@ Ace3DS+_R4iLS_Wood_R4_1.62.zip: directory
|
|||||||
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
|
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
cd $(TOPDIR); rm -rf tmp
|
cd $(TOPDIR); rm -rf tmp
|
||||||
|
|
||||||
|
old: directory
|
||||||
|
make -C $@
|
||||||
|
|
||||||
extdata: directory
|
extdata: directory
|
||||||
cp ace3dsplus.jpg README.txt $(OUT)/$(BASE)
|
cp ace3dsplus.jpg README.txt $(OUT)/$(BASE)
|
||||||
|
BIN
archive/Ace3DS+_R4iLS/old/ace3dsplus.jpg
Normal file
BIN
archive/Ace3DS+_R4iLS/old/ace3dsplus.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 35 KiB |
@ -5,7 +5,7 @@ export BASE := $(shell basename $(CURDIR))
|
|||||||
export OUT := $(TOPDIR)/../../out
|
export OUT := $(TOPDIR)/../../out
|
||||||
export COMMON := $(TOPDIR)/../../common-kernels
|
export COMMON := $(TOPDIR)/../../common-kernels
|
||||||
|
|
||||||
package: directory Gateway_Blue_Wood_R4_1.62.zip extdata
|
package: directory old Gateway_Blue_Wood_R4_1.62.zip extdata
|
||||||
|
|
||||||
directory:
|
directory:
|
||||||
mkdir -p $(OUT)/$(BASE)
|
mkdir -p $(OUT)/$(BASE)
|
||||||
@ -15,5 +15,8 @@ Gateway_Blue_Wood_R4_1.62.zip: directory
|
|||||||
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
|
cd tmp && zip -r $(OUT)/$(BASE)/$@ *
|
||||||
cd $(TOPDIR); rm -rf tmp
|
cd $(TOPDIR); rm -rf tmp
|
||||||
|
|
||||||
|
old: directory
|
||||||
|
make -C $@
|
||||||
|
|
||||||
extdata: directory
|
extdata: directory
|
||||||
cp README.txt $(OUT)/$(BASE)
|
cp README.txt $(OUT)/$(BASE)
|
||||||
|
Loading…
Reference in New Issue
Block a user