X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=ef8bddd3ae1d0faeaca4f6ddf17b31f056648852;hp=1091fb3253cfaac90fb419b2526c900002f4fffa;hb=HEAD;hpb=9b6a2cc120fcebcd988e7076c1963bf9b1206021 diff --git a/Makefile b/Makefile index 1091fb3..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