From 3f5492b2bb67326be43cd7c5ba02ccf0ba1ae0e3 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 19 Apr 2022 21:27:56 +0200 Subject: Refile for merging repos --- 2019-worms/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 2019-worms/Makefile (limited to '2019-worms/Makefile') diff --git a/2019-worms/Makefile b/2019-worms/Makefile new file mode 100644 index 0000000..3f3b532 --- /dev/null +++ b/2019-worms/Makefile @@ -0,0 +1,16 @@ +build: + cargo build --release + +test: + cargo test --release + +profile: + cargo flamegraph --bin benchmark + +clean: + cargo clean + +submission.zip: + zip --filesync -r9 submission.zip bot.json Cargo.lock Cargo.toml src + +.PHONY: build test profile clean submission.zip -- cgit v1.2.3