Skip to content

Commit f874559

Browse files
authored
chore(makefile): update make-file build (#23)
1 parent ffdaa8a commit f874559

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

Gopkg.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vendor:
66
@dep ensure -v
77

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

1111
unittest:
1212
go test -short ./...

0 commit comments

Comments
 (0)