Explorar el Código

change bin target to use variable for cmd path

Ryan Huber hace 5 años
padre
commit
3fe99aa065
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ all:
 	make NEBULA_CMD_PATH=${NEBULA_CMD_PATH} bin-windows
 
 bin:
-	go build -ldflags "-X main.Build=$(BUILD_NUMBER)" -o ./nebula ./cmd/nebula
+	go build -ldflags "-X main.Build=$(BUILD_NUMBER)" -o ./nebula ${NEBULA_CMD_PATH}
 	go build -ldflags "-X main.Build=$(BUILD_NUMBER)" -o ./nebula-cert ./cmd/nebula-cert
 
 install: