mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-05 06:16:16 +00:00
10 lines
225 B
Bash
Executable File
10 lines
225 B
Bash
Executable File
#/bin/sh
|
|
|
|
cp dist/htdocs/js/bootstrap-native-v4.min.js htdocs/js/
|
|
cp dist/htdocs/css/bootstrap.min.css htdocs/css/
|
|
|
|
[ -d debug ] || mkdir debug
|
|
cd debug
|
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=DEBUG ..
|
|
make
|