From e2d4e8480d85436a3acad8145acac345ed593f5a Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 28 Jan 2015 20:29:48 -0800 Subject: [PATCH] [util] Add convenience "make lib" target --- util/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util/Makefile.am b/util/Makefile.am index 266681c20..3f23babf3 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -6,6 +6,10 @@ CLEANFILES = DISTCLEANFILES = MAINTAINERCLEANFILES = +# Convenience targets: +lib: + @$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib + bin_PROGRAMS = AM_CPPFLAGS = \