mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
# Script which sets up the CMake build for Debug mode.
|
|
# After running, chdir to the build subdir ane run "make"
|
|
mkdir build
|
|
cd build && cmake .. -DCMAKE_BUILD_TYPE=Debug $@
|