changeset 414:fc470c216464 prerelease

Makefile less verbose
author Giulio Moro <giuliomoro@yahoo.it>
date Thu, 16 Jun 2016 01:44:25 +0100
parents d874b5696078
children 947cb6ef73e7
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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