mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
6 lines
177 B
Makefile
6 lines
177 B
Makefile
check_PROGRAMS = json_process
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
AM_CFLAGS = -Wall -Werror
|
|
LDFLAGS = -static # for speed and Valgrind
|
|
LDADD = $(top_builddir)/src/libjansson.la
|