aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-22 00:07:24 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-22 00:07:24 +0100
commitc7838e4fb65546c82314f30502d162953c967fa1 (patch)
tree1962465518f076e2a23c0d173ec3a1414dc0177b
parent3cc80b221c34dcc15579dcf8bf7f4fff8c6b5879 (diff)
downloadYAGE-c7838e4fb65546c82314f30502d162953c967fa1.tar.gz
YAGE-c7838e4fb65546c82314f30502d162953c967fa1.zip
Improving dir locals for compilation in emacs
-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"))))