diff options
-rw-r--r-- | src/c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/Makefile b/src/c/Makefile index 0039230..c63c1bc 100644 --- a/src/c/Makefile +++ b/src/c/Makefile @@ -2,7 +2,7 @@ VERSION=\"v1.0.4\" UNAME := $(shell uname) PWD = $(shell pwd) CC = gcc -MULTIFASTA_CFLAGS = -pthread -L../ -I../ -std=gnu99 -fopenmp +MULTIFASTA_CFLAGS = -pthread -L../ -I../ -std=gnu99 -fopenmp -DOMP=1 CFLAGS = -Wall -Wextra -lm -lz -D$(UNAME) -DVERSION=$(VERSION) |