Add convenience make target "make lib" in src/
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Jan 2015 02:33:50 +0000 (18:33 -0800)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Jan 2015 02:33:50 +0000 (18:33 -0800)
src/Makefile.am

index 71614a4..c99967f 100644 (file)
@@ -13,6 +13,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
 # The following warning options are useful for debugging: -Wpadded
 #AM_CXXFLAGS =
 
+# Convenience targets:
+lib: libharfbuzz.la
+
 lib_LTLIBRARIES = libharfbuzz.la
 
 HBCFLAGS =