summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2018-07-21 18:49:58 +0200
committerJustin Worthe <justin@worthe-it.co.za>2018-07-21 18:49:58 +0200
commit2b806d56875276b06275230445aa3f6cd7a5f4d0 (patch)
treee8b821857fd303d7469d27c653f942c179ac6a8c /Makefile
parente8dc7d777a6a3fe40d2c4f3fee78ec49d14f5dec (diff)
Fixed dependency for bot submission
Diffstat (limited to 'Makefile')
-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