Skip to content

Commit

Permalink
Added some stuff to the admin tarfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff R. Allen committed May 1, 2018
1 parent 4ce5f00 commit df7a88c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ bindist-admin: verify
mkdir $(admin)
GOOS=linux GOARCH=amd64 vgo build $(flags) -o $(admin)/status ../status
GOOS=linux GOARCH=amd64 vgo build $(flags) -o $(admin)/evoting-admin ../evoting/evoting-admin
cp ../evoting/evoting-admin/README.md $(admin)
cp -r ../evoting/evoting-admin/scripts $(admin)
LANG=C tar zcf $(admin).tar.gz $(admin)
rm -rf $(admin)

Expand Down

0 comments on commit df7a88c

Please sign in to comment.