Skip to content

Commit

Permalink
Rule to print Makefile variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Marçais committed Jan 29, 2013
1 parent 21e8c4b commit a9ef214
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,9 @@ bin_test_all_LDADD = libgtest_main.a libgtest.a $(LDADD)

include gtest.mk
-include $(top_srcdir)/development.mk

########
# info #
########
print-%:
@echo $($*)

0 comments on commit a9ef214

Please sign in to comment.