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 cc349d2 commit 718adf8Copy full SHA for 718adf8
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 INSTALL and search for 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.";exit
17
18
clean:
19
rm -f lextest lex.yy.c lex.yy.o lextest.o
0 commit comments