summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2023-07-26 09:41:28 +0200
committerVincent Douillet <vincent@vdouillet.fr>2023-08-01 18:14:47 +0200
commit89a76cdd3fa168902d83f4c043d2cc6629b40024 (patch)
treed09e916129894e64010ae5d8f6dbe68ef842d02f /Makefile
parent519194a2199af44b157812705aa8838068a97bc8 (diff)
browse folders
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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