From 89a76cdd3fa168902d83f4c043d2cc6629b40024 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Wed, 26 Jul 2023 09:41:28 +0200 Subject: browse folders --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45c1133..5489720 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ all: main .c.o: $(CC) -o $@ -c $< $(CFLAGS) -main: http.o browse.o main.o +main: url.o http.o browse.o main.o $(CC) -o $@ $> $(LDFLAGS) env: env.o -- cgit v1.2.3