Skip to content

Commit

Permalink
Merge pull request #19 from odair-pedro/bugfix/makefile
Browse files Browse the repository at this point in the history
Fix Makefile
  • Loading branch information
odair-pedro committed Oct 26, 2020
2 parents 715f0b7 + 6e007b7 commit cecb982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: deps test build-linux build-windows
all: deps test install-linux install-windows

install: build-linux build-windows
install: install-linux install-windows

deps:
go get -v -t -d
Expand Down

0 comments on commit cecb982

Please sign in to comment.