# HG changeset patch # User Giulio Moro # Date 1465261609 -3600 # Node ID 1c35a5d0ce320493933400080978096940088b58 # Parent 4823ee13bcac0d1d2a0e1694b8c2d4927a2e8b65 Fixed make nostartup diff -r 4823ee13bcac -r 1c35a5d0ce32 Makefile --- a/Makefile Mon Jun 06 15:15:15 2016 +0100 +++ b/Makefile Tue Jun 07 02:06:49 2016 +0100 @@ -216,7 +216,7 @@ nostartup: ## No Bela project runs at startup nostartup: @echo "Disabling BeagleRT at startup..." - @printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here" > $BELA_STARTUP_SCRIPT + @printf "#!/bin/sh\n#\n\n# This file is autogenerated by Bela. Do not edit!\n\n# Run on startup disabled -- nothing to do here\n" > $(BELA_STARTUP_SCRIPT) startuploop: ## Makes PROJECT run at startup and restarts it if it crashes startuploop: Bela