about summary refs log tree commit diff stats
path: root/mu
blob: 3b1bb6c4dab38d4ca7ec645ff787110102a66a0a (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash
#
# Compile mu if necessary before running it.

# show make output only if something needs doing
make -q || make >&2 || exit 1

./mu_bin "$@"