aboutsummaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-02-01 14:02:32 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-02-01 14:02:32 +0000
commit6c4772685909f1f47aa902532d955c77b8e8271d (patch)
treec8036f659b5d09e0ec297b8354f35311527ebddc /.dir-locals.el
parent5fe329fe40c296a4a3dce9bc5543419ac954e4b0 (diff)
downloadYAGE-6c4772685909f1f47aa902532d955c77b8e8271d.tar.gz
YAGE-6c4772685909f1f47aa902532d955c77b8e8271d.zip
[Doc] Adding to readme.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 4fe0fb50..2e2c2aaa 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,3 +1,3 @@
-((nil . ((projectile-project-compilation-cmd . "mkdir -p build && cd build && cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. && make -j")
+((nil . ((projectile-project-compilation-cmd . "mkdir -p build && cd build && cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON .. && make -j4")
(projectile-project-test-cmd . "cd build/tests && ctest")
(projectile-project-run-cmd . "./build/bin/simplegame"))))