X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=Makefile;h=545d6f4d44d2f652fcae10d8d3769ad8d2add25f;hp=20f36fcc9bef418facf5aa03cc2cec85fee79fb1;hb=5c48a06bc8649958e69013c53e925b83398ebc74;hpb=67fdcec57ab31e7a972ed624ab5f6df866313206 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