5 lines
118 B
Makefile
5 lines
118 B
Makefile
|
bin/server: cmd/server/main.go pkg/*/*.go go.mod go.sum
|
||
|
go build -o bin/server cmd/server/main.go
|
||
|
|
||
|
build: bin/server
|