change lex option

This commit is contained in:
Yuichi Nishiwaki 2013-11-18 20:10:44 +09:00
parent 6f94202e13
commit e6a0078892
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ build-main:
build-lib:
cd src; \
yacc -d parse.y; \
lex scan.l
lex -X scan.l
$(CC) $(CFLAGS) -shared src/*.c -o lib/$(PICRIN_LIB) -I./include -I./extlib -lm
clean: