From b1a8f6c94c0bc755390c425b48480df4be94cba7 Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Wed, 6 May 2020 16:30:29 -0500 Subject: [PATCH] maint/build ~ add `cargo make` 'build-release' target --- Makefile.toml | 3 +++ 1 file changed, 3 insertions(+) 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"