annotate src/zlib-1.2.7/contrib/blast/Makefile @ 144:a0c5ef2265f5

This config script works better for libsndfile at least
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 09 Jan 2017 13:57:37 +0000
parents 8a15ff55d9af
children
rev   line source
cannam@89 1 blast: blast.c blast.h
cannam@89 2 cc -DTEST -o blast blast.c
cannam@89 3
cannam@89 4 test: blast
cannam@89 5 blast < test.pk | cmp - test.txt
cannam@89 6
cannam@89 7 clean:
cannam@89 8 rm -f blast blast.o