2 lines
48 B
Makefile
2 lines
48 B
Makefile
|
|
all:
|
||
|
|
go build -o build/bin/core cmd/app/main.go
|