This website requires JavaScript.
Explore
Help
Register
Sign In
yafox
/
how-lix-os-pkgs
Watch
1
Star
0
Fork
You've already forked how-lix-os-pkgs
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
master
how-lix-os-pkgs
/
perl-yaml-syck
/
default
/
make.sh
5 lines
79 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
CFLAGS
=
$(
perl -MConfig -E
'say $Config{ccflags}'
)
\
make -j
$(
nproc
)
Reference in New Issue
View Git Blame
Copy Permalink