mirror of
https://github.com/jezhiggins/arabica
synced 2024-11-17 07:48:50 +01:00
10 lines
215 B
Makefile
Executable file
10 lines
215 B
Makefile
Executable file
bin_PROGRAMS = mangle
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include @PARSER_HEADERS@ @BOOST_CPPFLAGS@
|
|
LIBARABICA = $(top_builddir)/src/libarabica.la
|
|
|
|
mangle_SOURCES = mangle.cpp
|
|
mangle_LDADD = $(LIBARABICA)
|
|
|
|
|
|
|