From b4add805f9db7f0fc05d1603bc7dff3740c730b2 Mon Sep 17 00:00:00 2001 From: nanato12 Date: Tue, 13 Feb 2024 15:07:37 +0900 Subject: [PATCH] add: Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f6c2d09 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +.PHONY: publish +publish: + cargo publish --manifest-path core/lib/Cargo.toml