mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-02 03:32:43 +01:00
Add name
This commit is contained in:
7
justfile
7
justfile
@@ -15,6 +15,7 @@ test:
|
||||
# Run code that generates output
|
||||
output: ensure-build
|
||||
julia --project=. main.jl
|
||||
uv run python main.py
|
||||
|
||||
# Build document and open in zathura
|
||||
build: output
|
||||
@@ -28,3 +29,9 @@ format:
|
||||
|
||||
ensure-build:
|
||||
mkdir -p build
|
||||
|
||||
# Clean artifacts
|
||||
clean:
|
||||
rm -r build || true
|
||||
rm main.pdf || true
|
||||
rm -r .venv || true
|
||||
|
||||
Reference in New Issue
Block a user