aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorzedarider <ymherklotz@gmail.com>2016-12-23 14:01:57 +0100
committerzedarider <ymherklotz@gmail.com>2016-12-23 14:01:57 +0100
commitece901cc0f9ed43f990ae7d913d28c539e25ba1e (patch)
tree06ae27e2a9dd5bd715d4a2d69111e1ccc4815106 /Makefile
parent98de6ab789b54e1a119c7cc9e5ea0f22ed01ac42 (diff)
downloadA-star-algorithm-master.tar.gz
A-star-algorithm-master.zip
changing priority queueHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50c8bcf..b05476b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC := g++ # this is the main compiler
-# CC := clange --analyze # and comment out the linker last line
+#CC := clang --analyze # and comment out the linker last line
SRCDIR := src
BUILDDIR := build
TARGETDIR := bin