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