diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-06 07:26:52 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-06 07:26:52 +1300 |
| commit | bc8d25088706ac808eb4c4e337ea02b57413c234 (patch) | |
| tree | 900686ad5b86da5a887f99a7a7ab022fb61b5186 /Makefile | |
| parent | bd6f6fbe80ef419fdf38c4154add3c4d7a452da0 (diff) | |
| download | kiiro-bc8d25088706ac808eb4c4e337ea02b57413c234.tar.xz kiiro-bc8d25088706ac808eb4c4e337ea02b57413c234.zip | |
say unfinished
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7132ba6 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: + go build -o kiiro ./cmd/kiiro + |
