From 8b46cef71e04ec4e5550a1cb38dba1f2876057ff Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Mon, 18 Nov 2013 20:21:01 +0900 Subject: [PATCH] Revert "change lex option" This reverts commit e6a0078892ea8249ff05bf16a3803bfe6c94590b. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1ed4c06..42824ead 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build-main: build-lib: cd src; \ yacc -d parse.y; \ - lex -X scan.l + lex scan.l $(CC) $(CFLAGS) -shared src/*.c -o lib/$(PICRIN_LIB) -I./include -I./extlib -lm clean: