Skip to content

Commit

Permalink
make zip
Browse files Browse the repository at this point in the history
  • Loading branch information
arteev committed Mar 23, 2016
1 parent f9454d1 commit 61bfc4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ repository.sqlite
dsql
*~

_examples/myrepo
_examples/myrepo

dsql*.zip
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ coverage-test:
go tool cover -func=coverage.out
go tool cover -html=coverage.out
rm coverage.out

zip: build
zip dsql-linux-x86_64.zip dsql

0 comments on commit 61bfc4b

Please sign in to comment.