flashcard-archive/archive/pk3ds.com/Makefile
Deletecat a95fb0bfb0
pk3ds: correct website url and remove cheats
It's pk3ds.com, not pk3ds.org. I'm not sure how I got the tld wrong when I added it to the archive. Cheat DBs weren't removed. I believe you can use usrcheat.dat instead of ENG.dat and whatnot.
2024-07-30 22:42:05 +01: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)