From 13dbe37d2baf46036d8435dc62232aeb884e5a4f Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 12 Oct 2020 05:10:58 +0100 Subject: [PATCH] update makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 23a29d5..3730f25 100644 --- a/Makefile +++ b/Makefile @@ -20,3 +20,7 @@ reinstall: uninstall uninstall: -rc-service markov stop rm -f /usr/local/bin/markov + +package: + cargo package +