8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb50eeb commit 029873aCopy full SHA for 029873a
doc/README.flex
src/lextest/Makefile
@@ -13,7 +13,7 @@ lextest: lextest.c scan.l
13
$(CC) -c lex.yy.c
14
$(CC) -c lextest.c
15
$(CC) -o lextest lex.yy.o lextest.o
16
- @echo "If this fails, flex is broken" | lextest || echo "You have a buggy version of flex. Read doc/README.flex for a fix."
+ @echo "If this fails, flex is broken" | lextest || echo "You have a buggy version of flex. Read INSTALL and search for flex for a fix."
17
18
clean:
19
rm -f lextest lex.yy.c lex.yy.o lextest.o
0 commit comments