From 8bb758206289ad85ebd4624c2673eef42660df9f Mon Sep 17 00:00:00 2001 From: default Date: Sat, 1 Oct 2022 20:57:06 +0200 Subject: Implemented the helper thread. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0e09d2..9f729b5 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS=-g -Wall all: snac snac: snac.o main.o data.o http.o httpd.o webfinger.o activitypub.o html.o - $(CC) -L/usr/local/lib *.o -lcurl -lcrypto -o $@ + $(CC) -L/usr/local/lib *.o -lcurl -lcrypto -pthread -o $@ .c.o: $(CC) $(CFLAGS) -I/usr/local/include -c $< -- cgit v1.2.3