# # Makefile for `Hunt the Wumpus' and `Superhack' games # VERS=$(shell sed MANIFEST @(cd ..; ln -s wumpus wumpus-$(VERS)) (cd ..; tar -czvf wumpus/wumpus-$(VERS).tar.gz `cat wumpus/MANIFEST`) @(cd ..; rm wumpus-$(VERS)) dist: wumpus-$(VERS).tar.gz