Ignore and make now builds into bin/

This commit is contained in:
Imbus 2025-06-24 12:41:26 +02:00
parent 73507c3e7f
commit c0e643f299
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
*.db *.db
data data
bin

View file

@ -1,5 +1,5 @@
build: build:
go build -o beretta src/*.go go build -o bin/beretta src/*.go
run: run:
go run src/*.go go run src/*.go