aboutsummaryrefslogtreecommitdiff
path: root/bb.edn
diff options
context:
space:
mode:
Diffstat (limited to 'bb.edn')
-rw-r--r--bb.edn4
1 files changed, 3 insertions, 1 deletions
diff --git a/bb.edn b/bb.edn
index 2411642..7fbc336 100644
--- a/bb.edn
+++ b/bb.edn
@@ -2,7 +2,9 @@
:tasks
{build
{:doc "Builds the nesfab project"
- :task (shell "../nesfab/nesfab nEs.cfg")}
+ :task (do
+ (shell "rm nEslabels.mlb")
+ (shell "../nesfab/nesfab nEs.cfg"))}
watch
{:doc "Automatically build the nesfab project on file writes"
:requires ([pod.babashka.fswatcher :as fw])