Add Makefile

This commit is contained in:
raul 2024-04-30 12:23:40 +02:00
parent 196563a951
commit 72227af144
1 changed files with 3 additions and 0 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
uploader:
go build -o ./uploader .
strip ./uploader