mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 15:49:28 -04:00
11 lines
179 B
Makefile
11 lines
179 B
Makefile
SRCDIR= ../..
|
|
include ../../Makefile.global
|
|
|
|
CFLAGS+= -I../../include -I$(LIBPQDIR)
|
|
|
|
all: complex$(DLSUFFIX) funcs$(DLSUFFIX)
|
|
|
|
clean:
|
|
rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX)
|
|
|