bmxviewer/dist.mk

6 lines
111 B
Makefile
Raw Permalink Normal View History

2023-12-02 20:49:13 -08:00
.PHONY: dist
dist: $(PROGRAM)
cp $(PROGRAM) dist/BMXVIEW.PRG
rm -f dist.zip
zip dist.zip $(wildcard dist/*)