summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-09-05 09:14:39 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-09-18 17:15:25 -0400
commit54977fe59a1dd28a20f7c01d10523f966fd67213 (patch)
tree508209ca34c7d7a2fcf35c2c0430c84334f2764b /Makefile
parentaa16fb32ac7a66e327f32ea4c794a3ccf832c587 (diff)
Support a personal build configuration and make rules.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 468371197..923d6afe6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ all install examples install-examples .DEFAULT:
cd $(builddir); \
echo $(MAKE) $@; \
$(MAKE) $@ || exit 1; \
+ $(MAKE) show-config; \
else \
echo; \
echo 'Run configure first, or type "make" in a configured build directory.'; \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback