Skip to content

Commit

Permalink
Undo debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Raskin committed Oct 13, 2018
1 parent 4086614 commit 281f999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ install-mockgen:

.PHONY: install-retool
install-retool:
which retool || go get $(retool_package)
@which retool >/dev/null || go get $(retool_package)

.PHONY: install-codegen-tools
install-codegen-tools: install-retool
echo "Installing retool dependencies"
retool sync
retool build
@echo "Installing retool dependencies"
@retool sync >/dev/null 2>/dev/null
@retool build >/dev/null 2>/dev/null

.PHONY: install-gometalinter
install-gometalinter:
Expand Down

0 comments on commit 281f999

Please sign in to comment.