milsko/tools/update.sh

7 lines
109 B
Bash
Raw Normal View History

#!/bin/sh
MAKE=make
if which gmake >/dev/null 2>&1; then
MAKE=gmake
fi
./tools/genmk.pl
$MAKE format