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
c705d2b98c
milsko
/
tools
/
update.sh
7 lines
109 B
Bash
Raw
Normal View
History
Unescape
Escape
generate pkgconfig file (don't commit yet i fucked it up)
2026-07-15 17:32:53 -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