mirror of
https://github.com/DS-Homebrew/flashcard-archive.git
synced 2024-11-22 01:39:17 +01:00
Add DSLink
This commit is contained in:
parent
a3b0ca65ee
commit
fe127811fb
14
archive/ds-link.net/Makefile
Normal file
14
archive/ds-link.net/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 extdata
|
||||||
|
|
||||||
|
directory:
|
||||||
|
mkdir -p $(OUT)/$(BASE)
|
||||||
|
|
||||||
|
extdata: directory
|
||||||
|
cp -r ds-link.net_Kernel_2.31 README.md $(OUT)/$(BASE)
|
BIN
archive/ds-link.net/ds-link.net_Kernel_2.31/_DSLINK_.NDS
Normal file
BIN
archive/ds-link.net/ds-link.net_Kernel_2.31/_DSLINK_.NDS
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user