Skip to content

Commit a6344ae

Browse files
committed
Makefile target 'print-targets'
1 parent dc60360 commit a6344ae

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)