Ignore and make now builds into bin/
This commit is contained in:
parent
73507c3e7f
commit
c0e643f299
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.db
|
||||
data
|
||||
bin
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
build:
|
||||
go build -o beretta src/*.go
|
||||
go build -o bin/beretta src/*.go
|
||||
|
||||
run:
|
||||
go run src/*.go
|
||||
|
|
Loading…
Add table
Reference in a new issue