# HG changeset patch # User Giulio Moro # Date 1466037865 -3600 # Node ID fc470c2164648c9e5d8048eaa75cfa69f5a871d1 # Parent d874b56960781791f03a8994a901be79d470d9d0 Makefile less verbose diff -r d874b5696078 -r fc470c216464 Makefile --- a/Makefile Thu Jun 16 01:31:04 2016 +0100 +++ b/Makefile Thu Jun 16 01:44:25 2016 +0100 @@ -284,7 +284,7 @@ idestartup: ## Enables the IDE at startup @echo "Enabling the IDE at startup" - $(BELA_IDE_STARTUP_COMMAND) + @$(BELA_IDE_STARTUP_COMMAND) @chmod +x $(BELA_IDE_STARTUP_SCRIPT) idenostartup: ## Disables the IDE at startup