Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
chore(just): clean recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Nov 8, 2024
1 parent 75f2137 commit cd1c2fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ alias z := z-compile
default:
just --list

# Clean the PDFs and the output directory
clean:
@echo "Cleaning up"
rm slides/slides.pdf
rm slides/slides-pt.pdf
rm -rf output

# Build the slides
build:
@echo "Building slides"
Expand Down

0 comments on commit cd1c2fc

Please sign in to comment.