mirror of
https://github.com/SuperBFG7/ympd
synced 2024-11-04 22:06:16 +00:00
7 lines
121 B
Bash
7 lines
121 B
Bash
|
#/bin/bash
|
||
|
|
||
|
[ -d debug ] || mkdir debug
|
||
|
cd debug
|
||
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=DEBUG ..
|
||
|
make
|