X-Git-Url: https://jxself.org/git/?p=wumpus.git;a=blobdiff_plain;f=Makefile;h=f924ccb0ced8cc94c5e764c81d068d230f797d96;hp=1091fb3253cfaac90fb419b2526c900002f4fffa;hb=ea29532d78286b3cffd3b138c13998fd46c78436;hpb=9b6a2cc120fcebcd988e7076c1963bf9b1206021 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