X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=11ce3e0bd2857533e53a8c9becfcddbfc9501407;hp=c9c1b925554287f6eb065b593be9c8adfeb7082d;hb=99022db86e54c3338d6a670f219a0845fd531530;hpb=3f3380d7809aa53ff8d00235e6d30947ec3ec0e8 diff --git a/Makefile b/Makefile index c9c1b92..11ce3e0 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=$(shell sed MANIFEST @@ -43,4 +52,7 @@ 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 + shipper version=$(VERS) | sh -e -x + +refresh: wumpus.html + shipper -N -w version=$(VERS) | sh -e -x