From 7d12ae6187aafe74f61bf715760fa9a4c0b7b4a6 Mon Sep 17 00:00:00 2001
From: Federico Lolli <federico.lolli@skywarder.eu>
Date: Mon, 19 Feb 2024 00:24:38 +0100
Subject: [PATCH] updated justfile

---
 justfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/justfile b/justfile
index 15404b5..4a8a297 100644
--- a/justfile
+++ b/justfile
@@ -1,6 +1,5 @@
 alias br := build-release
 alias bd := build-debug
-alias c := clean
 alias d := docs
 
 source := 'docs/documentation.typ'
@@ -22,6 +21,8 @@ build-debug:
 clean:
     cargo clean
     rm serialbridge.mexmaci64
+    rm functions.pdf
+    rm documentation.pdf
 
 docs:
     typst watch {{source}} {{dest}} --open
-- 
GitLab