Skip to content

Commit

Permalink
feat: Add build directory and update build command in Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aronchick committed Nov 29, 2024
1 parent b239899 commit c8c9355
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ test:

# Build binary
build:
go build -o andaime ./cmd/andaime
mkdir -p build
go build -o build/andaime ./cmd/andaime

# Build release artifacts for multiple platforms
build-release:
Expand Down

0 comments on commit c8c9355

Please sign in to comment.