# # Makefile for `Hunt the Wumpus' and `Superhack' games # VERS=$(shell sed MANIFEST @(cd ..; ln -s wumpus wumpus-$(VERS)) (cd ..; tar -czf wumpus/wumpus-$(VERS).tar.gz `cat wumpus/MANIFEST`) @(cd ..; rm wumpus-$(VERS)) dist: wumpus-$(VERS).tar.gz release: wumpus-$(VERS).tar.gz wumpus.html shipper -u -m -t; make clean