X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=Makefile;h=2667188945d967b36b4a7addca857a0cf64a7f28;hp=05a253eeecbe0d91ce7b215b8bf7a552a8ba7363;hb=d74b76176b43b9eae3b584c231b077d3a3f0f92b;hpb=06868ef42497f1cbc480831029f5f69b395dfdd2 diff --git a/Makefile b/Makefile index 05a253e..2667188 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LDFLAGS= $(ARCH) -lm -L. CFLAGS= -Wall -Wno-parentheses $(ARCH) -I. -I.. -OBJS= hexagon.o astar.o lib/cantor.o +OBJS= lib/hexagon.o 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