We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1f94e commit 2d52908Copy full SHA for 2d52908
Makefile
@@ -3,3 +3,6 @@ VERSION=2.0~beta1
3
tgz:
4
tar zcf phpreport_$(VERSION).tar.gz --exclude=Makefile --exclude=*~ \
5
--exclude=config/config.php --exclude=phpreport_$(VERSION).tar.gz *
6
+
7
+zip: tgz
8
+ tar tf phpreport_$(VERSION).tar.gz | zip -@ phpreport_$(VERSION).zip
0 commit comments