How do you abort an emacs M-x compile compilation? I'm editing a bash file, and I "test execute it" by doing M-x compile.
What I tried - googled:emacs abort compilation
The file I'm working on is like this
#!/bin/bash
# -*- compile-command: "./spawn.sh" -*-
set -e
# Function definitions
# more ....