From 4be89075c5bb5793f8c79da8f8df1accc1f0168f Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Mon, 13 May 2024 22:04:01 +0200 Subject: fix encodings in headers and file paths --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f24297e..7e84eea 100644 --- a/Makefile +++ b/Makefile @@ -47,10 +47,10 @@ all: main .c.o: $(CC) -o $@ -c $< $(CFLAGS) -main: mime.o url.o template.o file.o http.o download.o browse.o main.o +main: str.o mime.o url.o template.o file.o http.o download.o browse.o main.o $(CC) -o $@ $> $(LDFLAGS) -test: mime.o url.o template.o file.o http.o download.o browse.o test.o +test: str.o mime.o url.o template.o file.o http.o download.o browse.o test.o $(CC) -o $@ $> $(LDFLAGS) env: env.o -- cgit v1.2.3