flashcard-archive/archive/ndslr4.com/Makefile
lifehackerhansol d1f2a19a0f
ndslr4.com: fix capitalization
Git for Windows ignores case sensitivity by default for reason and I
hate it
2024-01-15 12:10:45 -08:00

18 lines
334 B
Makefile

.PHONY: package
export TOPDIR := $(shell pwd $(CURDIR))
export BASE := $(shell basename $(CURDIR))
export OUT := $(TOPDIR)/../../out
export COMMON := $(TOPDIR)/../../common-kernels
package: directory old extdata
directory:
mkdir -p $(OUT)/$(BASE)
old: directory
make -C $@
extdata: directory
cp README.txt $(OUT)/$(BASE)