freebsd-ports/biology/seqio/files/patch-Makefile
Johann Visagie 8aff3a669c Add seqio 1.2.2, a set of C functions which can read/write
biological sequence files.

PR:		29922
Submitted by:	Tony Maher <tonym@biolateral.com.au>
2001-08-22 12:07:26 +00:00

11 lines
304 B
Text

--- Makefile.orig Tue Aug 21 12:50:44 2001
+++ Makefile Tue Aug 21 12:51:13 2001
@@ -12,7 +12,7 @@
CFLAGS= -g -O2 -Wall -Wshadow
-all: grepseq fmtseq idxseq typeseq wcseq examples
+all: grepseq fmtseq idxseq typeseq wcseq
grepseq: grepseq.o seqio.o
$(CC) $(CFLAGS) -o grepseq grepseq.o seqio.o