diff options
Diffstat (limited to 'bb.edn')
| -rw-r--r-- | bb.edn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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]) |
