flashcard-archive/archive/SuperCard/Lite_Rumble/Makefile

15 lines
329 B
Makefile
Raw Normal View History

.PHONY: package
export TOPDIR := $(CURDIR)
export BASE := SuperCard/$(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../../out
export COMMON := $(TOPDIR)/../../../common-kernels
package: directory extdata
directory:
mkdir -p $(OUT)/$(BASE)
extdata: directory
cp -r SuperCard_Lite_Rumble_FWUpdate* $(OUT)/$(BASE)