We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f48ec8 commit c3f3816Copy full SHA for c3f3816
archive/movieadvance.com/Makefile
@@ -0,0 +1,14 @@
1
+.PHONY: package
2
+
3
+export TOPDIR := $(shell pwd $(CURDIR))
4
+export BASE := $(shell basename $(CURDIR))
5
+export OUT := $(TOPDIR)/../../out
6
+export COMMON := $(TOPDIR)/../../common-kernels
7
8
+package: directory movieadvance.com_GBA_Movie_Player_CF_e19.zip
9
10
+directory:
11
+ mkdir -p $(OUT)/$(BASE)
12
13
+movieadvance.com_GBA_Movie_Player_CF_e19.zip: directory
14
+ cd $(TOPDIR)/movieadvance.com_GBA_Movie_Player_CF_e19 && zip -r $(OUT)/$(BASE)/$@ *
archive/movieadvance.com/movieadvance.com_GBA_Movie_Player_CF_e19/update.e19
419 KB
0 commit comments