mirror of
https://github.com/agresdominik/f2b_parser.git
synced 2026-04-21 18:05:47 +00:00
6 lines
60 B
Makefile
6 lines
60 B
Makefile
run:
|
|
go run ./src/.
|
|
|
|
buid:
|
|
go build -o bin/parser ./src/.
|