Skip to content

Commit

Permalink
chore: add justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 21, 2024
1 parent 98156e0 commit c1e481c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
list:
@just --list

build:
CGO_ENABLED=0 go build -o ./result/unspeech ./cmd/unspeech

0 comments on commit c1e481c

Please sign in to comment.