openfoam/wmake/rules/General/flex++

7 lines
105 B
Plaintext

.SUFFIXES: .L
Ltoo = flex -+ -o$*.C -f $$SOURCE ; $(CC) $(c++FLAGS) -c $*.C -o $@
.L.dep:
$(MAKE_DEP)