mirror of
https://github.com/vgough/encfs.git
synced 2024-11-24 17:03:13 +01:00
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
set -x
|
|
set -e
|
|
mkdir build
|
|
cd build
|
|
cmake -DCMAKE_INSTALL_PREFIX:PATH=/tmp/encfs -DCMAKE_BUILD_TYPE=Debug ..
|