From bca27afb1c6cc17a7dbc3142363328c3916abc73 Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:07:50 +0100 Subject: [PATCH] Added ::= Just: recipe for logo generation --- .justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.justfile b/.justfile index e2144665..3c3ad2f0 100644 --- a/.justfile +++ b/.justfile @@ -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/ + ################################################################################