# # Makefile for `Hunt the Wumpus' and `Superhack' games # # SPDX-FileCopyrightText: (C) Eric S. Raymond # SPDX-License-Identifier: BSD-2-Clause VERS=$(shell sed -n 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 wumpus.6 shipper version=$(VERS) | sh -e -x refresh: wumpus.html shipper -N -w version=$(VERS) | sh -e -x