From c1121f31802fe1437fb97efabae6dc09edfce246 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 10 Oct 2013 19:42:42 -0400 Subject: update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 55b4805..adabfb2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION=\"v0.0.1\" CC = gcc -CFLAGS = -O3 -s -mtune=native -Wall -lm -DVERSION=$(VERSION) -Wextra +CFLAGS = -O3 -s -mtune=native -Wall -DVERSION=$(VERSION) -Wextra all: libkmer.so kmer_total_count kmer_frequency_per_sequence -- cgit v1.2.3