OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / tcl8.6.4 / compat / zlib / contrib / blast / Makefile
diff --git a/util/src/TclTk/tcl8.6.4/compat/zlib/contrib/blast/Makefile b/util/src/TclTk/tcl8.6.4/compat/zlib/contrib/blast/Makefile
deleted file mode 100644 (file)
index 9be80ba..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-blast: blast.c blast.h
-       cc -DTEST -o blast blast.c
-
-test: blast
-       blast < test.pk | cmp - test.txt
-
-clean:
-       rm -f blast blast.o