This commit is contained in:
Benjamin Palko 2024-08-04 21:15:05 -04:00
parent 3b4fc2a429
commit 85cf83deb7
3 changed files with 2 additions and 4 deletions

1
clean.sh Executable file
View file

@ -0,0 +1 @@
rm -rf build

View file

@ -1,3 +1,3 @@
#!/bin/sh
cmake -B build -S .
cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=1

View file

@ -1,3 +0,0 @@
#!/bin/sh
cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=1