This commit is contained in:
2024-06-09 07:40:44 -07:00
parent d312f07fa8
commit 001f54c5e0
6 changed files with 73 additions and 11 deletions

4
Makefile Normal file
View File

@@ -0,0 +1,4 @@
default: build
build:
@go build -o bin/ ./...