3 lines
90 B
Text
3 lines
90 B
Text
SUFFIXES += .l
|
|
|
|
ltoo = flex -o $(@D)/$(<F).c $< ; $(cc) $(cFLAGS) -c $(@D)/$(<F).c -o $@
|