Skip to content

Commit

Permalink
include example files in archive releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Feb 24, 2016
1 parent c909244 commit 62021c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ package_deps:

package: package_deps build
goxc -pv=`./bin/slacknimate -v | cut -d' ' -f3` \
-d="builds" -bc="linux,!arm darwin windows" xc archive rmbin
--resources-include="README*,examples" \
-d="builds" -bc="linux,!arm darwin windows" xc archive rmbin

clobber:
rm -rf builds

0 comments on commit 62021c8

Please sign in to comment.