Skip to content

Commit 4374483

Browse files
committed
Fix install command
1 parent ae67ae3 commit 4374483

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ clean: ## Remove all gitignored files
7878
##@ Operations
7979

8080
.PHONY: gds
81+
ARTIFACT_DIR ?= $(shell pwd)/build-artifacts
8182
gds: ## Run FPrime GDS
8283
@echo "Running FPrime GDS..."
83-
@$(UV) run fprime-gds -n --dictionary $(BUILD_DIR)/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json --communication-selection uart --uart-baud 115200 --output-unframed-data
84+
@$(UV) run fprime-gds -n --dictionary $(ARTIFACT_DIR)/zephyr/fprime-zephyr-deployment/dict/ReferenceDeploymentTopologyDictionary.json --communication-selection uart --uart-baud 115200 --output-unframed-data
8485

8586
##@ Build Tools
8687
BIN_DIR ?= $(shell pwd)/bin

0 commit comments

Comments
 (0)