From 07b1eefa80db51e39bea1735b3ff4da0ae79179c Mon Sep 17 00:00:00 2001 From: Calvin Date: Wed, 15 May 2013 13:43:39 -0400 Subject: use zlib natively for sanity, and remove some crap, update makefile with -lz --- src/c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c/Makefile') diff --git a/src/c/Makefile b/src/c/Makefile index ba0c799..152121a 100644 --- a/src/c/Makefile +++ b/src/c/Makefile @@ -1,7 +1,7 @@ UNAME := $(shell uname) CC = gcc QUIKR_TRAIN_CFLAGS = -O3 -s -mtune=native -Wall -lm -lz -D$(UNAME) -QUIKR_CFLAGS = -O3 -s -mtune=native -Wextra -Wall -lm -pthread -L../ -I../ -std=gnu99 -fopenmp -D$(UNAME) +QUIKR_CFLAGS = -O3 -s -mtune=native -Wextra -Wall -lm -pthread -L../ -I../ -std=gnu99 -fopenmp -D$(UNAME) -lz all: quikr_train_ quikr_ multifasta_to_otu_ multifasta_to_otu_: -- cgit v1.2.3