2025-05-27 09:59:27 +02:00

15 lines
152 B
Makefile

_default:
@just --unsorted --list
# Check project
check:
bc-check
# Format project
fmt:
bc-fmt
# Perform automated fixes
fix:
bc-fix