diff --git a/clean.sh b/clean.sh new file mode 100755 index 0000000..1582321 --- /dev/null +++ b/clean.sh @@ -0,0 +1 @@ +rm -rf build diff --git a/cmake.sh b/cmake.sh index 1ad927d..b9055b7 100755 --- a/cmake.sh +++ b/cmake.sh @@ -1,3 +1,3 @@ #!/bin/sh -cmake -B build -S . +cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1 diff --git a/compile-commands.sh b/compile-commands.sh deleted file mode 100755 index 5a519b2..0000000 --- a/compile-commands.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=1