summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7b46d01..fa6e62b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ profile:
clean:
cargo clean
-submission.zip:
+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