summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2019-05-26 18:29:01 +0200
committerJustin Worthe <justin@worthe-it.co.za>2019-05-26 18:29:01 +0200
commitc18b3c8aa93a649cb3d2e26d9c2cad141a684952 (patch)
treeef4aedbe8dd9563ad4cef4b807f80aa6a59b8e14
parent6917ffc2a3c571782c8a3b473e02d5ccf39cd7c0 (diff)
Filesync on submission zip
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b46d01..4673760 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,6 @@ clean:
cargo clean
submission.zip:
- zip -r9 submission.zip bot.json Cargo.lock Cargo.toml src
+ zip --filesync -r9 submission.zip bot.json Cargo.lock Cargo.toml src
-.PHONY: build test bench profile clean
+.PHONY: build test bench profile clean submission.zip