From 2691e01b8f61c4315e86aac918a9f1afe0d59b58 Mon Sep 17 00:00:00 2001 From: Lucio Zambon <lucio.zambon@elettra.eu> Date: Thu, 19 Sep 2024 09:17:13 +0200 Subject: [PATCH] change server --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1083df3..c1f29b2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ############################################################################# -# Makefile for building: ../gun/bin/gunrfdist +# Makefile for building: bin/gunrfdist # Generated by qmake (3.1) (Qt 5.11.1) # Project: gunrfdist.pro # Template: app @@ -252,15 +252,15 @@ DIST = /usr/local/qtango/include/qtango6/messages.pri \ gunrfdist.pro src/gunrfdist.h src/gunrfdist.cpp \ src/main.cpp QMAKE_TARGET = gunrfdist -DESTDIR = ../gun/bin/ -TARGET = ../gun/bin/gunrfdist +DESTDIR = bin/ +TARGET = bin/gunrfdist first: all ####### Build rules $(TARGET): src/ui_gunrfdist.h $(OBJECTS) - @test -d ../gun/bin/ || mkdir -p ../gun/bin/ + @test -d bin/ || mkdir -p bin/ $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) Makefile: gunrfdist.pro /usr/local/qt/5.11.1/gcc_64/mkspecs/linux-g++/qmake.conf /usr/local/qt/5.11.1/gcc_64/mkspecs/features/spec_pre.prf \ -- GitLab