X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=c1ceb6fc7bcf895b0e2977259f304d9bdd89e506;hp=c9c1b925554287f6eb065b593be9c8adfeb7082d;hb=HEAD;hpb=3f3380d7809aa53ff8d00235e6d30947ec3ec0e8 diff --git a/Makefile b/Makefile index c9c1b92..c1ceb6f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,14 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=$(shell sed +# SPDX-License-Identifier: BSD-2-Clause + +VERS=$(shell sed -n MANIFEST @@ -42,5 +64,8 @@ wumpus-$(VERS).tar.gz: $(SOURCES) wumpus.6 dist: wumpus-$(VERS).tar.gz -release: wumpus-$(VERS).tar.gz wumpus.html - shipper -u -m -t; make clean +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