gcc/zlib/contrib/blast/Makefile
Tom Tromey 176ba83391 Initial revision
From-SVN: r88890
2004-10-11 17:44:11 +00:00

9 lines
127 B
Makefile

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