This repository has been archived on 2022-08-10. You can view files and clone it, but cannot push or open issues or pull requests.
chez-openbsd/zlib/contrib/blast/Makefile

9 lines
127 B
Makefile
Raw Normal View History

2022-07-29 15:12:07 +02:00
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