Files
milsko/tools/update.sh
2025-12-05 07:43:04 +09:00

8 lines
102 B
Bash
Executable File

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