Skip to content

Commit

Permalink
Remove goupx
Browse files Browse the repository at this point in the history
  • Loading branch information
barnybug committed Jan 9, 2019
1 parent beae3a4 commit 3fcc537
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exe = ./cmd/cli53
all: install

deps:
go get github.com/pwaller/goupx
go get github.com/wadey/gocovmerge
go get github.com/gucumber/gucumber/cmd/gucumber

Expand All @@ -18,7 +17,6 @@ install:
go install $(exe)

upx:
goupx dist/cli53-linux-amd64/cli53-linux-amd64
upx dist/cli53-linux-386/cli53-linux-386 dist/cli53-linux-arm/cli53-linux-arm dist/cli53-windows-386/cli53-windows-386.exe

test-unit:
Expand Down

0 comments on commit 3fcc537

Please sign in to comment.