X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=e9a67e14a6ffa59e39c9a3dc8d97424c2cb88f16;hb=be4ce66566dac1204dd742db5a93c50c40fb96cc;hp=89ac9a9082186d694fc9d9618330153d4cfe89d4;hpb=37988d04f02178fb04f5f6b843715794a71f2a61;p=wumpus.git diff --git a/Makefile b/Makefile index 89ac9a9..e9a67e1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for `Hunt the Wumpus' and `Superhack' games # -VERS=1.8 +VERS=1.9 prefix?=/usr @@ -16,7 +16,7 @@ superhack: superhack.c $(CC) $(CFLAGS) superhack.c -o superhack clean: - rm -f wumpus wumpus.o superhack superhack.o TAGS + rm -f wumpus wumpus.o superhack superhack.o TAGS *.6 rm -f *~ *.1 *.html *.tar.gz MANIFEST TAGS: @@ -53,7 +53,7 @@ wumpus-$(VERS).tar.gz: $(SOURCES) wumpus.6 dist: wumpus-$(VERS).tar.gz -release: wumpus-$(VERS).tar.gz wumpus.html +release: wumpus-$(VERS).tar.gz wumpus.html wumpus.6 shipper version=$(VERS) | sh -e -x refresh: wumpus.html