pause-spammer/justfile
2024-09-27 11:08:44 +02:00

11 lines
109 B
Makefile

_default:
@just --unsorted --list
# Check project
check:
bc-check
# Format project
fmt:
bc-fmt