diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-10-10 19:42:42 -0400 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-10-10 19:42:42 -0400 |
commit | c1121f31802fe1437fb97efabae6dc09edfce246 (patch) | |
tree | a814afdca453e8d2e9ff5ce7ef295da27ad4acbb /Makefile | |
parent | 62ed33e80cd0dbf32988cd225e50306e0f1593fd (diff) |
update makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |