diff --git a/Makefile b/Makefile index 1083df303d488a727167e8ae081463464b280202..c1f29b290112aa24a55cf242e83135c8addd79f7 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 \