From 2f5502cb930baa68d24c834076d7a2745837ccd0 Mon Sep 17 00:00:00 2001 From: Lawrence Date: Wed, 17 Jan 2018 16:05:42 +0100 Subject: [PATCH] Fix typo --- src/parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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