From 80488b833a458f51f6c6593c8aad982c40eea717 Mon Sep 17 00:00:00 2001 From: arq5x <arq5x@virginia.edu> Date: Fri, 11 Jul 2014 12:18:36 -0400 Subject: [PATCH] adjust Makefile to accomodate Intel compiler. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbbc4379..fc8a13e7 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ export CXX = g++ #ifeq ($(DEBUG),1) #export CXXFLAGS = -Wall -O0 -g -fno-inline -fkeep-inline-functions -D_FILE_OFFSET_BITS=64 -fPIC -DDEBUG -D_DEBUG #else -export CXXFLAGS = -Wall -O2 -D_FILE_OFFSET_BITS=64 -fPIC $(INCLUDE) +export CXXFLAGS = -Wall -O2 -D_FILE_OFFSET_BITS=64 -fPIC $(INCLUDES) #endif export LIBS = -lz export BT_ROOT = src/utils/BamTools/ -- GitLab