As I said above, the `compile` and `build` commands are NOT run in a shell so you can't use && in them unless you run the shell yourself and pass the command to the -c option of the shell command. The `execute` command IS run in a shell, so you can have it compile and run using your command without changing it.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1327#issuecomment-263768337
