-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8f48ec8
commit c3f3816
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 added
BIN
+419 KB
archive/movieadvance.com/movieadvance.com_GBA_Movie_Player_CF_e19/update.e19
Binary file not shown.