OpenFOAM-5.x/wmake/rules/General/flex

3 lines
90 B
Text

SUFFIXES += .l
ltoo = flex -o $(@D)/$(<F).c $< ; $(cc) $(cFLAGS) -c $(@D)/$(<F).c -o $@