X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=Makefile;h=1662968c9d485bdbbb4007d220719f6a0d90635c;hp=071205befb3708b17a04925d59d0696ae98d2cf3;hb=68a4657bb9a3025823a64b7c36d997780d491701;hpb=76ad26d2a8a12b8d090411b98f176f498a4fca39 diff --git a/Makefile b/Makefile index 071205b..1662968 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS= -Wall -Wno-parentheses $(ARCH) -I. -I.. OBJS= hexagon.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 t/astar.t + t/gridsize.t t/center.t t/astar.t t/astarlg.t PREFIX=/usr/local all: libhexagon.a docs testfiles