diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-15 00:56:06 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2014-09-17 23:22:02 +0200 |
commit | 06785ea4e1ace20e014acdfb17634a09cd1c87c4 (patch) | |
tree | 78c1988c39aa0b130a70199cdc200d17d372b781 /Makefile | |
parent | 7d3f0ca4c83fb371aa47b2532199011f32a717fe (diff) | |
download | ponymap-06785ea4e1ace20e014acdfb17634a09cd1c87c4.tar.gz ponymap-06785ea4e1ace20e014acdfb17634a09cd1c87c4.tar.xz ponymap-06785ea4e1ace20e014acdfb17634a09cd1c87c4.zip |
JSON output support
This was rather simple.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |