diff options
| author | verdant <im@verdant.ee> | 2026-07-23 18:45:10 +0800 |
|---|---|---|
| committer | verdant <im@verdant.ee> | 2026-07-23 18:45:10 +0800 |
| commit | 8e39f89288da9e2f29e5218ffd75ffc550f40281 (patch) | |
| tree | 757b6ee9416e6d3c3d384bb19591261b0a89c8da | |
| parent | 5a557f19848056a388cc6ac8596b8587d98b3860 (diff) | |
| download | sf-8e39f89288da9e2f29e5218ffd75ffc550f40281.tar.gz sf-8e39f89288da9e2f29e5218ffd75ffc550f40281.zip | |
Add dependence: libmagic
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
