Skip to content

Commit

Permalink
Merge branch 'master' of github.com:esell/deb-simple
Browse files Browse the repository at this point in the history
  • Loading branch information
esell committed Oct 1, 2018
2 parents 0a0c412 + aeb4eb1 commit cab343a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ test:
go test -v
clean:
go clean
rm -r release
rm -rf release
build:
dep ensure
go build -o $(BINARY)

.PHONY: release
Expand Down

0 comments on commit cab343a

Please sign in to comment.