From b1430f0f2d76859eafda9fc6098c3b4876501471 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sun, 30 Nov 2025 05:11:02 +0100 Subject: file indexing, stat, hash map tree insert --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aba1197..2f28169 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ CC = gcc CFLAGS = -g -Wall -pedantic -LDFLAGS = -lmicrohttpd +LDFLAGS = -lmicrohttpd -lmagic BIN = search -SRC = main.c config.c +SRC = main.c config.c index.c $(BIN): $(SRC) $(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -- cgit v1.2.3