From 0e4a3a9adef9acea9c8ce730fa6dd8162458c93c Mon Sep 17 00:00:00 2001 From: teajay Date: Thu, 18 Jun 2020 18:59:34 +0200 Subject: [PATCH] The mighty power of make --- abgabe4nochmal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abgabe4nochmal/Makefile b/abgabe4nochmal/Makefile index 7e6526c..a439065 100644 --- a/abgabe4nochmal/Makefile +++ b/abgabe4nochmal/Makefile @@ -1,7 +1,7 @@ TARGET ?= main SRC_DIRS ?= ./src LIB_DIRS ?= ./lib -INC_DIRS ?= ./include ./include/eigen-3.3.7 +INC_DIRS ?= ./include ./eigen-3.3.7 SYS_LIBS ?= -lncurses LDLIBS = -lgsl -lgslcblas