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