From e19e5c4b1c1311598bce5e62063b1b025b4b8045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Fri, 21 Oct 2022 14:02:25 +0200 Subject: [PATCH] fix: use `cargo clean` in Makefile/CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index adea365..a7a7149 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ clean_frontend: rm -vrf webui/dist webui/public/vendor clean_backend: - rm -vrf target + cargo clean update_schema: rm -f upend.sqlite3