fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / wmake / rules / General / flex
blobc33195546a337046c2002d98114516a199963fe7
1 .SUFFIXES: .l
3 ltoo = flex $$SOURCE ; mv lex.yy.c $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@ 
5 .l.dep:
6         $(MAKE_DEP)