This website requires JavaScript.
Explore
Help
Register
Sign in
PwLDev
/
milsko
Watch
1
Star
0
Fork
You've already forked milsko
0
forked from
pyrite-dev/milsko
Code
Pull requests
Activity
4b6eae99dc
milsko
/
tools
/
update.sh
7 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
useful git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@223 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-10-08 11:41:38 +00:00
#!/bin/sh
MAKE
=
make
if
which gmake >/dev/null 2>
&
1
;
then
MAKE
=
gmake
fi
stuff git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@295 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-10-12 10:34:22 +00:00
./tools/genmk.pl
useful git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@223 b9cfdab3-6d41-4d17-bbe4-086880011989
2025-10-08 11:41:38 +00:00
$MAKE
format
Copy permalink