5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#meson install --no-rebuild -C ../build
|
||
|
make -j$(nproc) install
|