diff --git a/Makefile b/Makefile index 5b30ecd..1574e41 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,12 @@ gds: ## Run FPrime GDS @echo "Running FPrime GDS..." @$(GDS_COMMAND) +.PHONY: delete-shadow-gds +delete-shadow-gds: + @echo "Deleting shadow GDS..." + @$(UV_RUN) pkill -9 -f fprime_gds + @$(UV_RUN) pkill -9 -f fprime-gds + .PHONY: gds-integration gds-integration: @$(GDS_COMMAND) --gui=none