X-Git-Url: http://git.ieval.ro/?p=filters.git;a=blobdiff_plain;f=ky00te.dir%2Fmakefile;h=715559e9a85b91703dbd17625c2c20c5efbbb5f1;hp=47d1f6490219cc18e9b3e373f9d51edb1781aba4;hb=027a076285666ab63987cfeef204543963684359;hpb=2dd9c79ca85adc99ebe50ab0cd0da35fd85bd85a diff --git a/ky00te.dir/makefile b/ky00te.dir/makefile index 47d1f64..715559e 100644 --- a/ky00te.dir/makefile +++ b/ky00te.dir/makefile @@ -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