6 lines
91 B
Makefile
6 lines
91 B
Makefile
api:
|
|
goctl api go -api 5feet11.api --dir .
|
|
|
|
build:
|
|
go build -o 5feet11 fivefeeteleven.go
|