X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=f924ccb0ced8cc94c5e764c81d068d230f797d96;hp=c9c1b925554287f6eb065b593be9c8adfeb7082d;hb=e5dfe3c48206afb22e6139063eaec5c6f7b1d73e;hpb=f1a6946a9b3c55fd1cb7aba6602833033e11c432 diff --git a/Makefile b/Makefile index c9c1b92..f924ccb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ superhack: superhack.c clean: rm -f wumpus wumpus.o superhack superhack.o TAGS - rm -f *~ *.1 *.html *.tar.gz MANIFEST SHIPPER.* + rm -f *~ *.1 *.html *.tar.gz MANIFEST TAGS: etags wumpus.c @@ -43,4 +43,4 @@ 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