This website requires JavaScript.
Explore
Help
Register
Sign in
pyrite-dev
/
milsko
Watch
12
Star
1
Fork
You've already forked milsko
3
Code
Issues
5
Pull requests
Projects
Releases
7
Packages
Wiki
Activity
Actions
e5b37cd5ba
milsko
/
tools
/
update.sh
7 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
use unix2dos to undo what windows did
2026-07-16 15:44:09 -07:00
#!/bin/sh
MAKE
=
make
if
which gmake >/dev/null 2>
&
1
;
then
MAKE
=
gmake
fi
./tools/genmk.pl
$MAKE
format
Reference in a new issue
Copy permalink