From 7caf4597bcfb64dac04b7190dab1022f1bc4e141 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Thu, 17 Aug 2023 18:10:02 +0200 Subject: file download poc --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e014aa..eace3fd 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ all: main .c.o: $(CC) -o $@ -c $< $(CFLAGS) -main: url.o http.o browse.o main.o +main: url.o http.o download.o browse.o main.o $(CC) -o $@ $> $(LDFLAGS) env: env.o -- cgit v1.2.3