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: