From c3bfb44917ef6eb279128d68bfce4ea5a1450849 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Sat, 8 Oct 2016 17:55:17 -0700 Subject: [PATCH] Add publish recipe --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 72b9e05..93e039d 100644 --- a/justfile +++ b/justfile @@ -2,6 +2,9 @@ test: cargo test --lib cargo run -- quine clean > /dev/null 2> /dev/null +publish: + cargo publish + # make a quine, compile it, and verify it quine: create cc tmp/gen0.c -o tmp/gen0