summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec1506f..b5005da 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+default: build
+
build:
cargo build --release
@@ -19,4 +21,4 @@ clean:
submission.zip: bot.json Cargo.lock Cargo.toml src
zip -r9 submission.zip bot.json Cargo.lock Cargo.toml src
-.PHONY: build test bench profile clean
+.PHONY: default build test bench profile clean