From 6c556581e0d7137cd230b4569a0a833e9dae4e81 Mon Sep 17 00:00:00 2001 From: default Date: Sat, 13 Jan 2024 09:12:16 +0100 Subject: Rewritten a sentence to be clearer in README.md. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2612b7d..04e80fd 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: snac snac: snac.o main.o data.o http.o httpd.o webfinger.o \ activitypub.o html.o utils.o format.o upgrade.o mastoapi.o - $(CC) $(CFLAGS) -L/usr/local/lib *.o -lcurl -lcrypto -pthread $(LDFLAGS) -o $@ + $(CC) $(CFLAGS) -L/usr/local/lib *.o -lcurl -lcrypto $(LDFLAGS) -pthread -o $@ .c.o: $(CC) $(CFLAGS) $(CPPFLAGS) -I/usr/local/include -c $< -- cgit v1.2.3