mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 17:59:15 +01:00
8f48ec8c8e
Also build r4dspro.com in BL2CK directory
17 lines
505 B
Makefile
17 lines
505 B
Makefile
.PHONY: package
|
|
|
|
export TOPDIR := $(shell pwd $(CURDIR))
|
|
export BASE := $(shell basename $(CURDIR))
|
|
export OUT := $(TOPDIR)/../../out
|
|
export COMMON := $(TOPDIR)/../../common-kernels
|
|
|
|
package: directory BL2CK_1.31.0.zip BL2CK_1.31.0_Amaze3DS.zip BL2CK_1.31.0_EDGEi.zip BL2CK_1.31.0_r4dspro.com.zip
|
|
|
|
directory:
|
|
mkdir -p $(OUT)/$(BASE)
|
|
|
|
include $(COMMON)/BL2CK/R4iTT/Makefile
|
|
include $(COMMON)/BL2CK/Amaze3DS/Makefile
|
|
include $(COMMON)/BL2CK/EDGEi/Makefile
|
|
include $(COMMON)/BL2CK/r4dspro.com/Makefile
|