summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2023-08-17 18:10:02 +0200
committerVincent Douillet <vincent@vdouillet.fr>2023-08-19 17:49:54 +0200
commit7caf4597bcfb64dac04b7190dab1022f1bc4e141 (patch)
treee754d4e5bd0799dcac12ea3dc77e2f8a7b10ed54 /Makefile
parent1970c9982e99daa26f7fc4c6f16b441a0aa806de (diff)
file download poc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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