diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-07-29 18:42:58 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-07-29 18:54:43 -0400 |
commit | 4619d665d8fc347ff523699ca8c71ec9fadb5326 (patch) | |
tree | e797484bc52de64ac981dc7613660bdd57c15083 /justfile |
Initial commit
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100644 index 0000000..b3e9b1f --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +default: + @just --list + +build: + go build -o bin/snorvik + +run: build + ./bin/snorvik |