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