diff options
| author | ewy <ewy0@protonmail.com> | 2026-08-13 12:35:22 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-08-13 12:35:22 +0200 |
| commit | aae0a1581c0dd028f53f28f2d8fe54b18dce813b (patch) | |
| tree | f95241560a6183eda84d668d7aacbdf5bf31609c /.pik | |
| parent | d6e00e6af2c4168ea1f6ca8e34a45fa22e712bc9 (diff) | |
add gitignore
Diffstat (limited to '.pik')
| -rw-r--r-- | .pik/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pik/build.sh b/.pik/build.sh index 68d32f2..edb4c4d 100644 --- a/.pik/build.sh +++ b/.pik/build.sh @@ -1,2 +1,2 @@ #!/usr/bin/env sh -go build .
\ No newline at end of file +go build -o ponger .
\ No newline at end of file |
