chore: Add Makefile

This commit is contained in:
ChronosX88 2019-07-19 11:40:15 +04:00
parent 833bc6e2f4
commit a92219372e
Signed by: ChronosXYZ
GPG Key ID: 085A69A82C8C511A

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
all:
cd cmd; \
go build
update-deps:
go mod tidy