mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-23 02:09:16 +01:00
6cf765bece
- Have individual makefiles for different boot files - R4iTT: ARM9 entry 0x02000800 - Amaze3DS: ARM9 entry 0x02000000 - EDGEi: Same as R4iTT, but renamed to `dsedgei.dat` - Include each makefile from individual folders, copy needed things and zip
6 lines
166 B
Makefile
6 lines
166 B
Makefile
BL2CK_1.30.4.zip: directory
|
|
mkdir tmp;
|
|
cp -r $(COMMON)/BL2CK/BL2CK_common/* $(COMMON)/BL2CK/R4iTT/_ds_menu.dat tmp/
|
|
cd tmp; zip -r $(OUT)/$(BASE)/$@ *
|
|
rm -rf tmp
|