mirror of
https://github.com/yaml/libyaml
synced 2026-06-08 18:28:36 +00:00
7 lines
277 B
Makefile
7 lines
277 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/include
|
|
AM_CFLAGS = -Wno-pointer-sign
|
|
LDADD = $(top_builddir)/src/libyaml.la
|
|
TESTS = test-version test-reader
|
|
check_PROGRAMS = test-version test-reader
|
|
noinst_PROGRAMS = run-scanner run-parser run-emitter example-reformatter example-deconstructor
|