9 lines
69 B
Makefile
9 lines
69 B
Makefile
default: run
|
|
|
|
run:
|
|
go run *.go
|
|
|
|
fmt:
|
|
go fmt *.go
|
|
prettier -w data
|