Fix Makefile

This commit is contained in:
Igor Chubin 2022-11-19 19:20:44 +01:00
parent a8e8aa7a52
commit 7d801e3b4d

View File

@ -1,2 +1,2 @@
srv:
srv: cmd/*.go
go build -o srv cmd/*.go