Skip to content

Commit

Permalink
add make install
Browse files Browse the repository at this point in the history
  • Loading branch information
hugueslepesant committed Oct 28, 2021
1 parent a13d3ae commit 40b5968
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ test: $(EXE)
mv $(EXE) build
go test -v ./...

.PHONY: install
install: $(EXE)
mkdir -p ~/bin
mv $(EXE) ~/bin

.PHONY: docs
docs:
cd docs; bundle install --path vendor/bundler; bundle exec jekyll build -c _config.yml; cd ..
Expand Down

0 comments on commit 40b5968

Please sign in to comment.