mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-23 02:09:16 +01:00
6 lines
209 B
Makefile
6 lines
209 B
Makefile
BL2CK_1.30.4_EDGEi.zip: directory
|
|
mkdir tmp;
|
|
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat $(COMMON)/BL2CK/EDGEi/dsedgei.dat tmp/
|
|
cd tmp; zip -r -X $(OUT)/$(BASE)/$@ *
|
|
rm -rf tmp
|