diff --git a/.local/bin/compiler b/.local/bin/compiler index 3be7aa70..3d268682 100755 --- a/.local/bin/compiler +++ b/.local/bin/compiler @@ -13,7 +13,7 @@ file=$(readlink -f "$1") dir=${file%/*} base="${file%.*}" ext="${file##*.}" -cc='tcc' # choose your prefered C compiler. Some options: tcc, gcc, clang, musl-clang, musl-gcc. `cc` is (a symlink) the system default. +cc='cc' # choose your prefered C compiler. Some options: tcc, gcc, clang, musl-clang, musl-gcc. `cc` is (a symlink) the system default. cd "$dir" || exit 1