diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index cf3f113..51f4f55 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ CFLAGS += -std=c11 LDLIBS += $(shell curl-config --libs) LDLIBS += -lcurl LDLIBS += -lcpetpet +LDLIBS += -lhttpc RM = rm -f all: cptc |