7 lines
72 B
Makefile
7 lines
72 B
Makefile
.PHONY: run
|
|
|
|
run:
|
|
go run ./main.go
|
|
|
|
build:
|
|
go build -o octo-linux-app
|