diff --git a/compile.conf b/compile.conf index e6f4c49..9a90768 100644 --- a/compile.conf +++ b/compile.conf @@ -2,7 +2,7 @@ version=1.8.1 git=https://github.com/wb2osz/direwolf.git install=$HOME/.local/bin/direwolf -steps=mkdir build, cd build, cmake, make -j4, make install +steps=mkdir build, cd build, cmake .., make -j4, make install [QtTermTCP] version=0.39