Removed cruft.
[filters.git] / ky00te.dir / makefile
diff --git a/ky00te.dir/makefile b/ky00te.dir/makefile
deleted file mode 100644 (file)
index 0351008..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-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
-
-lex.yy.o: lex.yy.c y.tab.h
-       cc -c lex.yy.c
-
-y.tab.o: y.tab.c
-       cc -c y.tab.c
-
-lex.yy.c: ky00te.lex
-       flex ky00te.lex
-
-y.tab.c: ky00te.yacc
-       yacc -d ky00te.yacc
-
This page took 0.00965 seconds and 4 git commands to generate.