openfoam/wmake/rules/General/flex
2008-04-15 18:56:58 +01:00

7 lines
112 B
Plaintext

.SUFFIXES: .l
ltoo = flex $$SOURCE ; mv lex.yy.c $*.C ; $(CC) $(c++FLAGS) -c $*.C -o $@
.l.dep:
$(MAKE_DEP)