# HG changeset patch # User Giulio Moro # Date 1466082317 -3600 # Node ID 9182fa7e802a748e902f857d1f3fd48a5105bf21 # Parent d56e638c37c695065a1e11be6809a89488e43c82 make nostartup now works properly diff -r d56e638c37c6 -r 9182fa7e802a Makefile --- a/Makefile Thu Jun 16 14:03:52 2016 +0100 +++ b/Makefile Thu Jun 16 14:05:17 2016 +0100 @@ -8,7 +8,7 @@ .DEFAULT_GOAL := Bela -NO_PROJECT_TARGETS=coreclean distclean stop help idestart idestop idestartup idenostartup connect ideconnect +NO_PROJECT_TARGETS=help coreclean distclean stop nostartup idestart idestop idestartup idenostartup connect ideconnect NO_PROJECT_TARGETS_MESSAGE=PROJECT or EXAMPLE should be set for all targets except: $(NO_PROJECT_TARGETS) # Type `$ make help` to get a description of the functionalities of this Makefile. help: ## Show this help