Also close bug
[filters.git] / ky00te.dir / makefile
index 03510086370c9a260a42fb05028244a9f6ce0e93..17a410ddaa195cb6ed32eb257f86389feab55aa9 100644 (file)
@@ -1,17 +1,17 @@
-all: ky00te
+all: ../ky00te
 
 clean:
        rm -f y.tab.* lex.yy.*
        rm -f ../ky00te
 
-ky00te: y.tab.o lex.yy.o
-       cc -o ../ky00te lex.yy.o y.tab.o -lfl
+../ky00te: y.tab.o lex.yy.o
+       $(CC) -o ../ky00te lex.yy.o y.tab.o $(CFLAGS) -lfl $(LDFLAGS)
 
 lex.yy.o: lex.yy.c y.tab.h
-       cc -c lex.yy.c
+       $(CC) $(CFLAGS) -c lex.yy.c
 
 y.tab.o: y.tab.c
-       cc -c y.tab.c
+       $(CC) $(CFLAGS) -c y.tab.c
 
 lex.yy.c: ky00te.lex
        flex ky00te.lex
This page took 0.009603 seconds and 4 git commands to generate.