X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=f924ccb0ced8cc94c5e764c81d068d230f797d96;hb=refs%2Ftags%2F1.5;hp=1091fb3253cfaac90fb419b2526c900002f4fffa;hpb=9b6a2cc120fcebcd988e7076c1963bf9b1206021;p=wumpus.git diff --git a/Makefile b/Makefile index 1091fb3..f924ccb 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ superhack: superhack.c clean: rm -f wumpus wumpus.o superhack superhack.o TAGS - rm *~ *.1 *.html *.tar.gz 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