8e3ac20145
This resolves build errors in systems like NixOS, where `/bin/bash` doesn't exist.
3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
make -j "$(nproc)" T=open_source DEBUG=1 clean
|