5 lines
79 B
Bash
5 lines
79 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') \
|
||
|
make -j$(nproc)
|