5 lines
32 B
Makefile
5 lines
32 B
Makefile
default: run
|
|
|
|
run:
|
|
go run *.go
|
default: run
|
|
|
|
run:
|
|
go run *.go
|