aboutsummaryrefslogtreecommitdiffstats
path: root/.atom-build.json
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-12-06 15:11:07 +0000
committerzedarider <ymherklotz@gmail.com>2016-12-06 15:11:07 +0000
commit73ff5968a2dc294514b37006d72daa6070d7250b (patch)
tree17a35883cf41a4f8decdab120981413f18717ecc /.atom-build.json
downloadA-star-algorithm-73ff5968a2dc294514b37006d72daa6070d7250b.tar.gz
A-star-algorithm-73ff5968a2dc294514b37006d72daa6070d7250b.zip
adding main.cpp
Diffstat (limited to '.atom-build.json')
-rw-r--r--.atom-build.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/.atom-build.json b/.atom-build.json
new file mode 100644
index 0000000..0193d03
--- /dev/null
+++ b/.atom-build.json
@@ -0,0 +1,3 @@
+{
+ "cmd": "make -B"
+}