]> pd.if.org Git - hexagon/blobdiff - Makefile
Improved astar api. Added doc file.
[hexagon] / Makefile
index 20f36fcc9bef418facf5aa03cc2cec85fee79fb1..545d6f4d44d2f652fcae10d8d3769ad8d2add25f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 LDFLAGS= $(ARCH) -lm
 CFLAGS=        -Wall -Wno-parentheses $(ARCH) -I. -I..
-OBJS= hexmap.o
+OBJS= hexmap.o astar.o
 SRC=$(OBJS:.o=.c)
 TESTS= t/cantor.t t/distance.t t/adjacency.t t/range.t t/hexbin.t \
        t/gridsize.t t/center.t