X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=c4257275d793e0cfb9d37198beefc622621c9d7b;hp=f924ccb0ced8cc94c5e764c81d068d230f797d96;hb=94476feed2b8652d0b551f6dd6b34d57c6dd886f;hpb=e5dfe3c48206afb22e6139063eaec5c6f7b1d73e diff --git a/Makefile b/Makefile index f924ccb..c425727 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)) @@ -44,3 +49,6 @@ dist: wumpus-$(VERS).tar.gz release: wumpus-$(VERS).tar.gz wumpus.html shipper version=$(VERS) | sh -e -x + +refresh: wumpus.html + shipper -N -w version=$(VERS) | sh -e -x