8 lines
51 B
Makefile
8 lines
51 B
Makefile
default: run
|
|
|
|
run:
|
|
go run *.go
|
|
|
|
fmt:
|
|
go fmt *.go
|