now depending on libmagic

This commit is contained in:
nova
2026-06-19 00:06:07 +02:00
parent f1b1400194
commit 1889eaad6f
4 changed files with 33 additions and 42 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
CC := gcc
CFLAGS := -Wall -Wextra -O3 -flto=auto
CFLAGS := -Wall -Wextra -O3 -flto=auto -lmagic
CURSES := $(shell pkg-config --libs ncursesw)
CFLAGS_DEBUG := $(CFLAGS) -ggdb
CFLAGS_PROFILE := $(CFLAGS) -pg