mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-27 00:36:59 +08:00
$(CC) $(CFLAGS) $(LDFLAGS) <object files> <extra-libraries> $(LIBS) -o $@ This form seemed to be the most portable, readable, and logical, but in any case it's better than having a dozen different ones in the tree.