mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2025-12-31 06:30:52 +00:00
8 lines
102 B
Bash
Executable File
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
|