Add dap ui

This commit is contained in:
Zoe Roux
2022-04-22 23:43:37 +02:00
parent 56ae95c8ae
commit 363b064560
7 changed files with 27 additions and 40 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ cbuild()
{
SOURCEDIR=$(pwd)
BUILDDIR=${1:="build"}
mkdir -p $BUILDDIR && cd $BUILDDIR && cmake $SOURCEDIR && make -j $2
mkdir -p $BUILDDIR && cd $BUILDDIR && cmake $SOURCEDIR && bear -- make -j $2
RET=$?
cd $SOURCEDIR
(exit $RET)