mirror of
https://github.com/catmeow72/b16viewer.git
synced 2024-11-21 13:09:36 -08:00
6 lines
111 B
Makefile
6 lines
111 B
Makefile
|
.PHONY: dist
|
||
|
dist: $(PROGRAM)
|
||
|
cp $(PROGRAM) dist/BMXVIEW.PRG
|
||
|
rm -f dist.zip
|
||
|
zip dist.zip $(wildcard dist/*)
|