Skip to content

Commit

Permalink
chore(makefile): update make-file build (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxcodec authored Apr 30, 2019
1 parent ffdaa8a commit f874559
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vendor:
@dep ensure -v

engine: vendor
go build -o ${BINARY} app/*.go
go build -o ${BINARY} main.go

unittest:
go test -short ./...
Expand Down

0 comments on commit f874559

Please sign in to comment.