From 75f1335b85c322194de26a263c2e309d75646192 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Wed, 14 Aug 2013 20:57:31 +0100 Subject: [PATCH] -ljson is more canonical than -ljson-c --- pass-1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass-1/Makefile b/pass-1/Makefile index 2048c1d..5dfb3aa 100644 --- a/pass-1/Makefile +++ b/pass-1/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f CFLAGS := $(CFLAGS) -Wall -Werror --std=c99 -LDFLAGS := $(LDFLAGS) -ljson-c -lssl -lcrypto +LDFLAGS := $(LDFLAGS) -ljson -lssl -lcrypto .PHONY: clean