mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-02-01 19:16:44 +01:00
parallel building :D
This commit is contained in:
parent
78172b6c32
commit
cc82a7d9d7
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
make && bin/superderpy
|
make -j10 && bin/superderpy
|
||||||
|
|
Loading…
Reference in a new issue