JSON output support

This was rather simple.
This commit is contained in:
2014-09-15 00:56:06 +02:00
parent 7d3f0ca4c8
commit 06785ea4e1
3 changed files with 128 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ CC = clang
CFLAGS = -std=c99 -Wall -Wextra -Wno-unused-function -ggdb
# -lpthread is only there for debugging (gdb & errno)
# -lrt is only for glibc < 2.17
LDFLAGS = `pkg-config --libs libssl` -lpthread -lrt -ldl -lcurses
LDFLAGS = `pkg-config --libs libssl jansson` -lpthread -lrt -ldl -lcurses
.PHONY: all clean
.SUFFIXES: