7 lines
106 B
Plaintext
7 lines
106 B
Plaintext
.SUFFIXES: .L
|
|
|
|
Ltoo = flex -+ -o $*.C -f $$SOURCE ; $(CC) $(c++FLAGS) -c $*.C -o $@
|
|
|
|
.L.dep:
|
|
$(MAKE_DEP)
|