]> pd.if.org Git - hexagon/commitdiff
move astar to lib master
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 17 Jun 2018 18:04:33 +0000 (18:04 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 17 Jun 2018 18:04:33 +0000 (18:04 +0000)
Makefile
lib/astar.c [moved from astar.c with 100% similarity]

index 2667188945d967b36b4a7addca857a0cf64a7f28..a5e35a1315a072383b226bf77cc5268e2046d2a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 LDFLAGS= $(ARCH) -lm -L.
 CFLAGS=        -Wall -Wno-parentheses $(ARCH) -I. -I..
-OBJS= lib/hexagon.o astar.o lib/cantor.o
+OBJS= lib/hexagon.o lib/astar.o lib/cantor.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 t/polar.t
similarity index 100%
rename from astar.c
rename to lib/astar.c