1
0
This repository has been archived on 2024-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
PathFinding_in_Go/Makefile
2021-03-28 20:25:57 +01:00

5 lines
66 B
Makefile

build:
go build -o bin/build/pathFinder *.go
run:
go run *.go