This commit is contained in:
anon 2018-05-22 14:55:47 -05:00
parent 9a2bab0df2
commit 23fef115c8

View File

@ -0,0 +1,9 @@
# Utility makefile for trick-config
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
# prints the value of a makefile variable, example invocation "make print-TRICK_CXXFLAGS"
# This rule is used by trick-config
print-%:
@echo '$*=$($*)'