Select Git revision
-
Bryan Henderson authoredBryan Henderson authored
Makefile 169 B
SRCDIR= ../..
include ../../Makefile.global
CFLAGS+= -I../../include -I$(LIBPQDIR)
all: complex$(SLSUFF) funcs$(SLSUFF)
clean:
rm -f complex$(SLSUFF) funcs$(SLSUFF)