chore: update makefile
Some checks failed
Test Branch / test (push) Has been cancelled

This commit is contained in:
Kevin Franklin Kim 2025-09-17 11:32:30 +02:00
parent dce2b4054d
commit 5f2ba5432b
No known key found for this signature in database

View File

@ -10,6 +10,7 @@
.PHONY: .mise
# Install dependencies
.mise:
@command -v mise >/dev/null 2>&1 || { echo >&2 "Error: 'mise' is not installed or not in PATH."; exit 1; }
@mise install -q
### Tasks