Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit718adf8

Browse files
committed
Have Make process exit if lextest fails
1 parentcc349d2 commit718adf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/lextest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lextest: lextest.c scan.l
1313
$(CC) -c lex.yy.c
1414
$(CC) -c lextest.c
1515
$(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."
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.";exit
1717

1818
clean:
1919
rm -f lextest lex.yy.c lex.yy.o lextest.o

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp