Skip to content

Commit

Permalink
update vendor dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
botsonfirst committed Sep 14, 2017
1 parent ab77100 commit cf18264
Show file tree
Hide file tree
Showing 433 changed files with 1,696 additions and 365 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ prep:
if test -d pkg; then rm -rf pkg; fi

self: prep rmdeps
cp -r vendor/src/ src/
if test -d src; then rm -rf src; fi
cp -r vendor src

rmdeps:
if test -d src; then rm -rf src; fi
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Loading

0 comments on commit cf18264

Please sign in to comment.