diff --git a/Makefile b/Makefile index e08b1d55a..d15626fbb 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ VERSION=2.0~beta1 tgz: tar zcf phpreport_$(VERSION).tar.gz --exclude=Makefile --exclude=*~ \ --exclude=config/config.php --exclude=phpreport_$(VERSION).tar.gz * + +zip: tgz + tar tf phpreport_$(VERSION).tar.gz | zip -@ phpreport_$(VERSION).zip