Update Makefile to build mop executable in ./bin

master
Michael Dvorkin 9 years ago
parent d4ad5ab7d5
commit 3afada2a9f
  1. 1
      .gitignore
  2. 2
      Makefile

1
.gitignore vendored

@ -14,7 +14,6 @@ tmtags
*.*~
# Builds and logs.
mop
bin/mop*
logs/*

@ -9,7 +9,7 @@ run:
go run ./cmd/mop/main.go
build:
go build -x $(PACKAGE)
go build -x -o ./bin/mop $(PACKAGE)
install:
go install -x $(PACKAGE)

Loading…
Cancel
Save