# Makefile for bs, the Battleships game VERSION=$(shell sed MANIFEST @(cd ..; ln -s bs bs-$(VERSION)) (cd ..; tar -czvf bs/bs-$(VERSION).tar.gz `cat bs/MANIFEST`) @(cd ..; rm bs-$(VERSION)) dist: bs-$(VERSION).tar.gz