Files

9 lines
79 B
Makefile

run:
go run ./src/.
build:
go build -o bin/parser ./src/.
clean:
rm bin/*