Simplify Makefile and add hardening
[filters.git] / ky00te.dir / makefile
index 715559e9a85b91703dbd17625c2c20c5efbbb5f1..17a410ddaa195cb6ed32eb257f86389feab55aa9 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) -lfl
+       $(CC) -o ../ky00te lex.yy.o y.tab.o $(CFLAGS) -lfl $(LDFLAGS)
 
 lex.yy.o: lex.yy.c y.tab.h
        $(CC) $(CFLAGS) -c lex.yy.c
This page took 0.008878 seconds and 4 git commands to generate.