diff --git a/Makefile.toml b/Makefile.toml index ea1bfbdd7..77e2e743d 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -135,6 +135,9 @@ dependencies = [ "core::post-build", ] +[tasks.build-release] +alias = "build" + [tasks.debug] alias = "build-debug"