Skip to content

Commit

Permalink
Added ::= Just: recipe for logo generation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmatthes committed Jan 6, 2024
1 parent 4bc9ba9 commit bca27af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,8 @@ features:
llvm-cov: clean
cargo llvm-cov --cobertura --output-path cobertura.xml

# Render the project logo.
logo:
asy assets/aeruginous.asy -o assets/

################################################################################

0 comments on commit bca27af

Please sign in to comment.