aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorverdant <im@verdant.ee>2026-07-23 18:45:10 +0800
committerverdant <im@verdant.ee>2026-07-23 18:45:10 +0800
commit8e39f89288da9e2f29e5218ffd75ffc550f40281 (patch)
tree757b6ee9416e6d3c3d384bb19591261b0a89c8da /Makefile
parent5a557f19848056a388cc6ac8596b8587d98b3860 (diff)
downloadsf-8e39f89288da9e2f29e5218ffd75ffc550f40281.tar.gz
sf-8e39f89288da9e2f29e5218ffd75ffc550f40281.zip
Add dependence: libmagic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files 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