add build helper scripts

This commit is contained in:
Emile Clark-Boman 2025-09-09 11:20:22 +10:00
parent c69ccbb9c2
commit fc70057e7e
2 changed files with 35 additions and 0 deletions

3
scripts/mk Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
$([ -x "$(command -v bear)" ] && echo 'bear -- ') make $@