Files
DocumentServer-v-9.2.0/ActiveX/ASCOfficeUtils/ZLIB/zlib-1.2.3/contrib/blast/Makefile
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +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