comparison zlib/contrib/blast/Makefile @ 51:ae3a4bfb450b

add some files of version 4.4.3 that have been forgotten.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Sun, 07 Feb 2010 18:27:48 +0900
parents
children
comparison
equal deleted inserted replaced
47:3bfb6c00c1e0 51:ae3a4bfb450b
1 blast: blast.c blast.h
2 cc -DTEST -o blast blast.c
3
4 test: blast
5 blast < test.pk | cmp - test.txt
6
7 clean:
8 rm -f blast blast.o