From 7147bb9b1c1df0a30f8fc80cc240a69aa1fba0a5 Mon Sep 17 00:00:00 2001 From: "martin.scarcia" <martin.scarcia@elettra.eu> Date: Fri, 15 May 2020 12:19:47 +0200 Subject: [PATCH] fixed makefile; now compiles in standard environment --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 188b5fd..ee8a986 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -NAME_SRV = bin/cn7xxx-srv +NAME_SRV = cn7xxx-srv CXXFLAGS = LDFLAGS = -include ../Make-9.3.3.in +include ../makefiles/Make-9.3.3.in -- GitLab