mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[util] Add convenience "make lib" target
This commit is contained in:
parent
faaae64bf2
commit
e2d4e8480d
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ CLEANFILES =
|
|||
DISTCLEANFILES =
|
||||
MAINTAINERCLEANFILES =
|
||||
|
||||
# Convenience targets:
|
||||
lib:
|
||||
@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib
|
||||
|
||||
bin_PROGRAMS =
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
|
Loading…
Add table
Reference in a new issue