mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
7 lines
51 B
Bash
7 lines
51 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ../env.sh
|
||
|
|
||
|
make -j15 && make install
|
||
|
|