Files
f2b_parser/makefile
T
2025-11-03 18:22:24 +01:00

6 lines
60 B
Makefile

run:
go run ./src/.
buid:
go build -o bin/parser ./src/.