6 lines
62 B
Makefile
6 lines
62 B
Makefile
build:
|
|
go build -o tmp/main cmd/main.go
|
|
|
|
clean:
|
|
rm tmp/main
|