X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=6ea41da57486618d3e53db292e6c8c067c4149ee;hp=f75090c62c42c137043f4e52b9a76b5d9c9c41bc;hb=c933090a7a4c96592d6c3f0df61b7c0224187ada;hpb=b5631494e2b914e5df3e09bc6c95be6febdcaed5 diff --git a/Makefile b/Makefile index f75090c..6ea41da 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,11 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=$(shell sed MANIFEST @(cd ..; ln -s wumpus wumpus-$(VERS)) - (cd ..; tar -czvf wumpus/wumpus-$(VERS).tar.gz `cat wumpus/MANIFEST`) + (cd ..; tar -czf wumpus/wumpus-$(VERS).tar.gz `cat wumpus/MANIFEST`) @(cd ..; rm wumpus-$(VERS)) 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