6 lines
38 B
Makefile
6 lines
38 B
Makefile
|
run: build
|
||
|
./debug
|
||
|
|
||
|
build:
|
||
|
go build
|