openfoam/wmake/rules/General/flex
2009-04-23 16:20:57 +01:00

7 lines
110 B
Plaintext

.SUFFIXES: .l
ltoo = flex $$SOURCE ; mv lex.yy.c $*.c ; $(cc) $(cFLAGS) -c $*.c -o $@
.l.dep:
$(MAKE_DEP)