Move zlib to top-level root.
[ira/wip.git] / lib / zlib / contrib / blast / Makefile
diff --git a/lib/zlib/contrib/blast/Makefile b/lib/zlib/contrib/blast/Makefile
new file mode 100644 (file)
index 0000000..9be80ba
--- /dev/null
@@ -0,0 +1,8 @@
+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