Skip to content
Snippets Groups Projects
Commit a9de6649 authored by Florent Gluck's avatar Florent Gluck
Browse files

fixed bug in Makefile

parent 21238b8e
Branches
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ check_prefix_var:
build_srv: $(BUILD_DIR) server tools/genpwd
@echo "[Building nexus-server]"
@cd server && go build -o $(BUILD_DIR_ABS) $(BUILD_FLAGS)
@cd server && go build -o $(BUILD_DIR_ABS)/$(SERVER_BINARY) $(BUILD_FLAGS)
@echo "OK"
@echo "Building genpwd"
@cd tools/genpwd && go build -o $(BUILD_DIR_ABS) $(BUILD_FLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment