4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
SUFFIXES += .L
|
|
|
|
Ltoo = flex -+ -o$(@D)/$(<F).C -f $< ; $(CC) $(c++FLAGS) $(c++LESSWARN) -c $(@D)/$(<F).C -o $@
|