Files
OpenFOAM-6/wmake/rules/General/flex++
2014-12-10 22:40:10 +00:00

7 lines
105 B
Plaintext

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