Don't give special treatement to kraut and scramble
[filters.git] / ky00te.dir / makefile
index 47d1f6490219cc18e9b3e373f9d51edb1781aba4..715559e9a85b91703dbd17625c2c20c5efbbb5f1 100644 (file)
@@ -5,7 +5,7 @@ clean:
        rm -f ../ky00te
 
 ../ky00te: y.tab.o lex.yy.o
-       $(CC) -o ../ky00te lex.yy.o y.tab.o $(CFLAGS)
+       $(CC) -o ../ky00te lex.yy.o y.tab.o $(CFLAGS) -lfl
 
 lex.yy.o: lex.yy.c y.tab.h
        $(CC) $(CFLAGS) -c lex.yy.c
This page took 0.009375 seconds and 4 git commands to generate.