3 lines
30 B
Plaintext
3 lines
30 B
Plaintext
|
#!/bin/sh
|
||
|
MAKE_JOBS=1 make $@
|