X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=d6a63352867dc482f3dccb74ab46ef86a49a027d;hp=c9c1b925554287f6eb065b593be9c8adfeb7082d;hb=ea272d4786a55dbaa493d016324b7a05b4f165b9;hpb=3f3380d7809aa53ff8d00235e6d30947ec3ec0e8 diff --git a/Makefile b/Makefile index c9c1b92..d6a6335 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=$(shell sed MANIFEST @(cd ..; ln -s wumpus wumpus-$(VERS)) @@ -43,4 +50,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