From 8e39f89288da9e2f29e5218ffd75ffc550f40281 Mon Sep 17 00:00:00 2001 From: verdant Date: Thu, 23 Jul 2026 18:45:10 +0800 Subject: Add dependence: libmagic --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index ff89d65..9a48a80 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ CC=gcc -#CFLAGS=-Wall -Wextra -Wpedantic -g -#LDFLAGS=-lncurses +CFLAGS=-Wall -Wextra -Wpedantic -g +LDFLAGS=-lncurses -lmagic -CFLAGS = -Wall -Wextra -Wpedantic -g -fsanitize=address -LDFLAGS = -lncurses -fsanitize=address +#CFLAGS = -Wall -Wextra -Wpedantic -g -fsanitize=address +#LDFLAGS = -lncurses -fsanitize=address TARGET=sf -- cgit v1.2.3