Skip to content

Commit

Permalink
Merge pull request #42 from appropriate/fix-make-build
Browse files Browse the repository at this point in the history
Fix `make build`
  • Loading branch information
c4milo committed Sep 15, 2015
2 parents 43e2d8d + 3864316 commit 058b08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:
go test ./...

build:
go build -o build/$(NAME) $(LDFLAGS) cmd/$(NAME).go
go build -o build/$(NAME) $(LDFLAGS) cmd/$(NAME)/main.go

install:
go install $(LDFLAGS)
Expand Down

0 comments on commit 058b08c

Please sign in to comment.