X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=e9a67e14a6ffa59e39c9a3dc8d97424c2cb88f16;hb=c7c254cd65138c2371678823b08df68c97dc9bd7;hp=1091fb3253cfaac90fb419b2526c900002f4fffa;hpb=9b6a2cc120fcebcd988e7076c1963bf9b1206021;p=wumpus.git diff --git a/Makefile b/Makefile index 1091fb3..e9a67e1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=$(shell sed MANIFEST @@ -42,5 +53,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