Skip to content

Commit 9b1153c

Browse files
author
Vitaly Davydov
committed
Wrapped long line.
1 parent fb6e62d commit 9b1153c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ SRC_DIR = $(shell basename $(shell pwd))
66
MODULE_big = pg_sphere
77
OBJS = src/sscan.o src/sparse.o src/sbuffer.o src/vector3d.o src/point.o \
88
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
9+
src/path.o src/box.o src/output.o src/gq_cache.o src/gist.o \
10+
src/key.o src/gnomo.o src/healpix.o src/moc.o src/process_moc.o \
11+
healpix_bare/healpix_bare.o src/epochprop.o
1212

1313
EXTENSION = pg_sphere
1414
RELEASE_SQL = $(EXTENSION)--$(PGSPHERE_VERSION).sql

0 commit comments

Comments
 (0)