From 16adc39828934b1eacc86742e6d42ad1d07d14e1 Mon Sep 17 00:00:00 2001
From: Marek Blok <Marek.Blok@pg.edu.pl>
Date: Fri, 17 Sep 2021 16:20:18 +0200
Subject: [PATCH] Fix - makefile

---
 Ex1/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ex1/Makefile b/Ex1/Makefile
index c94c79f..9115897 100644
--- a/Ex1/Makefile
+++ b/Ex1/Makefile
@@ -5,7 +5,7 @@ CC=g++
 # comflag = -m64
 comflag = $(COMFLAG)
 
-DSPElib_DIR = ../../_DSPE_lib_minGW_/$(DSPElib_SUBDIR)
+DSPElib_DIR = ../DSPE_lib_minGW/$(DSPElib_SUBDIR)
 
 SRC_DIR = .
 SRC_CPP_SUBDIR = .
-- 
GitLab