X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=ef8bddd3ae1d0faeaca4f6ddf17b31f056648852;hb=HEAD;hp=f924ccb0ced8cc94c5e764c81d068d230f797d96;hpb=e5dfe3c48206afb22e6139063eaec5c6f7b1d73e;p=wumpus.git diff --git a/Makefile b/Makefile index f924ccb..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 +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