openfoam/wmake/rules/General/flex

7 lines
97 B
Plaintext

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