Dactyloidae/widget/milsko/milskosrc/tools/update.sh
2026-07-28 23:21:45 +01:00

7 lines
102 B
Bash

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