From 41cb852a29bd51ca8dad78bf2c454c3fad0df724 Mon Sep 17 00:00:00 2001 From: Martin Opat Date: Mon, 30 Dec 2024 10:51:34 +0100 Subject: [PATCH] Removed unnecessary -I tag from makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index be9c702..90d9c3c 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,6 @@ # Compiler and flags NVCC = nvcc -CXXFLAGS = -I./src -I./hurricanedata -std=c++17 $(shell nc-config --cxx4flags) $(shell nc-config --cxx4libs) -g -G +CXXFLAGS = -I./src -std=c++17 $(shell nc-config --cxx4flags) $(shell nc-config --cxx4libs) -g -G COMPILE_OBJ_FLAGS = --device-c # Directories