Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 2, 2024
1 parent 5a6c047 commit 47911f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ EXTVERSION := $(shell grep default_version $(EXTENSION).control | \
sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/")


# Note the filename is different from README.md
# because of the requirement to have unique filenames
# we create q3c.md out of README.md when compiling
# the extension
DOCS = q3c.md

OBJS = dump.o q3c.o q3c_poly.o q3cube.o
MODULE_big = q3c
DATA = $(wildcard scripts/*sql)
Expand Down

0 comments on commit 47911f2

Please sign in to comment.