From f10ae25b2a99c4c623814b6f0ae5480f4fc8ccca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 8 Jan 2022 23:09:47 +0100 Subject: [PATCH] Justfile: Add target to clean up --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 3f97304..bf74f55 100644 --- a/Justfile +++ b/Justfile @@ -52,3 +52,6 @@ check-pip-requirements: e2e-venv @cd ./e2e_tests \ && . ./venv/bin/activate \ && pip list --outdated | grep -q '.' && exit 1 || exit 0 + +clean: + cargo clean