5 lines
68 B
Bash
5 lines
68 B
Bash
|
#!/bin/sh -e
|
||
|
|
||
|
#meson compile -j$(nproc) -C ../build
|
||
|
make -j$(nproc)
|