Skip to content

Commit 2d52908

Browse files
committed
Added a target to create a zip file with the distribution.
It's more friendly with Windows users.
1 parent ab1f94e commit 2d52908

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ VERSION=2.0~beta1
33
tgz:
44
tar zcf phpreport_$(VERSION).tar.gz --exclude=Makefile --exclude=*~ \
55
--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

Comments
 (0)