Skip to content

Commit c2f8cb6

Browse files
committed
Merge pull request rust-postgres#39 from mikedilger/print-targets
Makefile target 'print-targets'
2 parents dc60360 + a6344ae commit c2f8cb6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,7 @@ install: $(POSTGRES_LIB)
8888
$(MAKE) -C $(PHF_DIR) install INSTALL_DIR=$(abspath $(INSTALL_DIR))
8989
install $(POSTGRES_LIB) $(INSTALL_DIR)
9090

91-
.PHONY: check-test check-doc check clean clean-deps doc install
91+
print-targets:
92+
@echo $(POSTGRES_LIB)
93+
94+
.PHONY: check-test check-doc check clean clean-deps doc install print-targets

0 commit comments

Comments
 (0)