Skip to content

Commit

Permalink
Make cargo build less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
podhrmic committed Jan 12, 2018
1 parent eb42958 commit 37c247e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.ac
Expand Up @@ -182,7 +182,7 @@ generate_keys:
ifeq ($(GENERATE_KEYS),1)
ifneq ($(CARGO),)
@echo GENERATE KEYS
$(Q)cargo run --manifest-path $(PAPARAZZI_SRC)/sw/ext/key_generator/Cargo.toml --release $(AC_GENERATED) -vv
$(Q)cargo run --manifest-path $(PAPARAZZI_SRC)/sw/ext/key_generator/Cargo.toml --release $(AC_GENERATED)
else
@echo "Error: Cargo (Rust) is not found, keys are not generated. Please install cargo."
endif
Expand Down

0 comments on commit 37c247e

Please sign in to comment.