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