IRCWebHooks
Barry Adding HTTP authentication to webserver c7c09b0 (3 years, 3 months ago)diff --git a/Makefile b/Makefile index 2dc44ad..f62a6ee 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ PRODUCT=bot CC=gcc -CFLAGS=-lssl -lcrypto -lpthread -LFLAGS=-lssl -lcrypto -lpthread +CFLAGS=-lb64 +LFLAGS=-lssl -lcrypto -lpthread -lb64 SOURCES := $(shell find src/ -name '*.c') OBJS = $(sort $(subst src/,build/,$(subst .c,.o,$(SOURCES))))