zlib / contrib /blast /Makefile
AryaWu's picture
Upload folder using huggingface_hub
e996a55 verified
raw
history blame contribute delete
127 Bytes
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