X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=545d6f4d44d2f652fcae10d8d3769ad8d2add25f;hb=5c48a06bc8649958e69013c53e925b83398ebc74;hp=20f36fcc9bef418facf5aa03cc2cec85fee79fb1;hpb=8f632e5a3428101590e8cbe94025060c5c3b5ecf;p=hexagon diff --git a/Makefile b/Makefile index 20f36fc..545d6f4 100644 --- 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