Skip to content

Commit 37fe73a

Browse files
committed
build: Add var printing target to src/Makefile.am
See 181989f for more info. I missed this one last time.
1 parent 1f45e85 commit 37fe73a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Distributed under the MIT software license, see the accompanying
33
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5+
# Pattern rule to print variables, e.g. make print-top_srcdir
6+
print-%:
7+
@echo $* = $($*)
8+
59
DIST_SUBDIRS = secp256k1 univalue
610

711
AM_LDFLAGS = $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS) $(GPROF_LDFLAGS) $(SANITIZER_LDFLAGS)

0 commit comments

Comments
 (0)