Skip to content

Commit

Permalink
Install via asdf, no makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
qbart committed Oct 4, 2022
1 parent 737c31b commit 279bcd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ build:
mkdir -p bin/
go build -o bin/krab main.go

install:
cp bin/krab /usr/local/bin

test:
DATABASE_URL="postgres://krab:secret@localhost:5432/krab?sslmode=disable&prefer_simple_protocol=true" go test -v ./... && echo "☑️ "

Expand Down

0 comments on commit 279bcd2

Please sign in to comment.