Add packaging script

This commit is contained in:
Jeremy Dormitzer 2018-10-18 10:32:46 -04:00
parent 89526f5b88
commit 967a4e99e2
No known key found for this signature in database
GPG Key ID: 106FF4BA83EE8202
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/vendor
/log
dist/

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
dist/pterotype.zip:
mkdir -p dist && zip -r dist/pterotype.zip . -x \.git/\* dist/\* log/\*