diff options
| author | default <nobody@localhost> | 2024-01-13 09:12:16 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2024-01-13 09:12:16 +0100 |
| commit | 6c556581e0d7137cd230b4569a0a833e9dae4e81 (patch) | |
| tree | 4657c9f9756a9baba69664504243a65838b31e00 /Makefile | |
| parent | a0cb5c60cdbf7855fa0c2842113797be2a206226 (diff) | |
Rewritten a sentence to be clearer in README.md.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $< |