Files
AirplayServer/build/install.sh
2020-04-19 14:49:21 +02:00

4 lines
41 B
Bash

#!/bin/bash
cd build/;
cmake ..;
make -j;