X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=e8cdb17b9850aa660b52d6636523d2656ddc91be;hp=1091fb3253cfaac90fb419b2526c900002f4fffa;hb=58e596ba61b134d0470f9cf82a275e5713c7420e;hpb=9b6a2cc120fcebcd988e7076c1963bf9b1206021 diff --git a/Makefile b/Makefile index 1091fb3..e8cdb17 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=$(shell sed MANIFEST @(cd ..; ln -s wumpus wumpus-$(VERS)) @@ -43,4 +48,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