We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6e62d commit 9b1153cCopy full SHA for 9b1153c
Makefile
@@ -6,9 +6,9 @@ SRC_DIR = $(shell basename $(shell pwd))
6
MODULE_big = pg_sphere
7
OBJS = src/sscan.o src/sparse.o src/sbuffer.o src/vector3d.o src/point.o \
8
src/euler.o src/circle.o src/line.o src/ellipse.o src/polygon.o \
9
- src/path.o src/box.o src/output.o src/gq_cache.o src/gist.o src/key.o \
10
- src/gnomo.o src/healpix.o src/moc.o src/process_moc.o healpix_bare/healpix_bare.o \
11
- src/epochprop.o
+ src/path.o src/box.o src/output.o src/gq_cache.o src/gist.o \
+ src/key.o src/gnomo.o src/healpix.o src/moc.o src/process_moc.o \
+ healpix_bare/healpix_bare.o src/epochprop.o
12
13
EXTENSION = pg_sphere
14
RELEASE_SQL = $(EXTENSION)--$(PGSPHERE_VERSION).sql
0 commit comments