mirror of
https://github.com/postgres/postgres.git
synced 2026-02-17 17:55:04 -05:00
5 lines
80 B
Makefile
5 lines
80 B
Makefile
LDFLAGS+= -export-dynamic
|
|
MK_NO_LORDER= true
|
|
|
|
%.so: %.o
|
|
$(CC) -shared -o $@ $<
|