-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I'm using this makefile:
y.output:
go tool yacc -o src/comp/y.go -p "comp_" src/comp/grammar.y
test: comp
go test comp
comp: y.output
go build ./src/compI think it may be useful to have it in the repo. Regardless, I think the go build ./src/comp step is missing in the README. I can submit a pull request either for adding that step to the README, or to provide a makefile with the corresponding modifications to the README.
Metadata
Metadata
Assignees
Labels
No labels