5 lines
66 B
Makefile
5 lines
66 B
Makefile
build:
|
|
go build -o bin/build/pathFinder *.go
|
|
run:
|
|
go run *.go
|