Skip to content
Snippets Groups Projects
Commit 4dedd473 authored by henry's avatar henry
Browse files

Changed the option to select the generation of a C++ scanner to the backward compatible -+.

parent fc33d49a
Branches
Tags
No related merge requests found
.SUFFIXES: .L
Ltoo = flex --c++ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
Ltoo = flex -+ -f $$SOURCE ; mv lex.yy.cc $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
.L.dep:
$(MAKE_DEP)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment