summaryrefslogtreecommitdiff
path: root/ZKTest/Release/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ZKTest/Release/makefile')
-rw-r--r--ZKTest/Release/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ZKTest/Release/makefile b/ZKTest/Release/makefile
index 6e2c718..1a24e75 100644
--- a/ZKTest/Release/makefile
+++ b/ZKTest/Release/makefile
@@ -38,13 +38,13 @@ endif
# Add inputs and outputs from these tool invocations to the build variables
# All Target
-all: ZKTest
+all: ../ZKTest
# Tool invocations
-ZKTest: $(OBJS) $(USER_OBJS)
+../ZKTest: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: GCC C++ Linker'
- g++ -L/usr/lib/x86_64-linux-gnu/ -o "ZKTest" $(OBJS) $(USER_OBJS) $(LIBS)
+ g++ -L/usr/lib/x86_64-linux-gnu/ -o "../ZKTest" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '