mirror of
https://git.lain.church/bake/bake.git
synced 2025-05-15 08:06:43 +00:00
remove -lfl, %option noyywrap provided already
This commit is contained in:
parent
bc67469b0c
commit
1c2e93dc3a
4
bake.l
4
bake.l
@ -1,5 +1,5 @@
|
||||
/* cbake.l @BAKE flex @FILE && cc -Wall -Wextra -std=c99 -D_GNU_SOURCE -o @SHORT lex.yy.c @ARGS -lfl @STOP */
|
||||
/* expunge @BAKE flex @FILE && cc -Wall -Wextra -std=c99 -D_GNU_SOURCE -o @{@SHORT} lex.yy.c @ARGS -lfl @STOP */
|
||||
/* cbake.l @BAKE flex @FILE && cc -Wall -Wextra -std=c99 -D_GNU_SOURCE -o @SHORT lex.yy.c @ARGS @STOP */
|
||||
/* expunge @BAKE flex @FILE && cc -Wall -Wextra -std=c99 -D_GNU_SOURCE -o @{@SHORT} lex.yy.c @ARGS @STOP */
|
||||
/* Licensed under the public domain. */
|
||||
|
||||
%{
|
||||
|
Loading…
x
Reference in New Issue
Block a user