diff --git a/src/parser/Makefile b/src/parser/Makefile index 0494dce..93db639 100644 --- a/src/parser/Makefile +++ b/src/parser/Makefile @@ -1,4 +1,4 @@ -# bison's version is too old OSX, allow user to pass in custom path +# bison's version is too old on OSX, allow user to pass in custom path BISON?=bison all: bison_parser.cpp flex_lexer.cpp