mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-21 17:29:17 +01:00
Add GBAMP firmware
This commit is contained in:
parent
8f48ec8c8e
commit
c3f381600e
14
archive/movieadvance.com/Makefile
Normal file
14
archive/movieadvance.com/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
.PHONY: package
|
||||
|
||||
export TOPDIR := $(shell pwd $(CURDIR))
|
||||
export BASE := $(shell basename $(CURDIR))
|
||||
export OUT := $(TOPDIR)/../../out
|
||||
export COMMON := $(TOPDIR)/../../common-kernels
|
||||
|
||||
package: directory movieadvance.com_GBA_Movie_Player_CF_e19.zip
|
||||
|
||||
directory:
|
||||
mkdir -p $(OUT)/$(BASE)
|
||||
|
||||
movieadvance.com_GBA_Movie_Player_CF_e19.zip: directory
|
||||
cd $(TOPDIR)/movieadvance.com_GBA_Movie_Player_CF_e19 && zip -r $(OUT)/$(BASE)/$@ *
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user