This commit is contained in:
2025-04-13 13:39:56 -07:00
parent b3014466ac
commit fd18343b84
3 changed files with 35 additions and 7 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
all: build
build:
go build
install: build
cp gamboupload /home/evan/.local/bin/gamboupload
clean:
rm gamboupload