15 lines
152 B
Makefile
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
|