aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 40e6adb0..3ead1dc4 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,3 @@
-((nil . ((projectile-project-compilation-cmd . "mkdir -p build && cd build && cmake -GNinja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. && ninja -j4")
+((nil . ((projectile-project-compilation-cmd . "cd build && ninja -j4")
(projectile-project-test-cmd . "cd build/tests && ctest -j4 --schedule-random")
(projectile-project-run-cmd . "./build/bin/simplegame"))))