We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f45e85 commit 37fe73aCopy full SHA for 37fe73a
src/Makefile.am
@@ -2,6 +2,10 @@
2
# Distributed under the MIT software license, see the accompanying
3
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
+# Pattern rule to print variables, e.g. make print-top_srcdir
6
+print-%:
7
+ @echo $* = $($*)
8
+
9
DIST_SUBDIRS = secp256k1 univalue
10
11
AM_LDFLAGS = $(LIBTOOL_LDFLAGS) $(HARDENED_LDFLAGS) $(GPROF_LDFLAGS) $(SANITIZER_LDFLAGS)
0 commit comments