diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-29 01:20:31 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-29 01:20:31 +0100 |
| commit | c7f29cac7c64f71324cf289e774033245e3bf320 (patch) | |
| tree | f2aff412745b86333e043b92e4f6a94066e9ca53 /fetcha/Makefile | |
| parent | feat(dwm): tweak default volume on both config variants (diff) | |
| download | suckless-setup-c7f29cac7c64f71324cf289e774033245e3bf320.tar.gz | |
feat: better install script, move vis & tmux stuff to dotfiles repo
Diffstat (limited to '')
| -rw-r--r-- | fetcha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcha/Makefile b/fetcha/Makefile index d4e13c2..95b2464 100644 --- a/fetcha/Makefile +++ b/fetcha/Makefile @@ -5,7 +5,7 @@ VERSION = 1.0.0 CC = cc CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700L -DVERSION=\"${VERSION}\" -CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Os -MMD ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-format-truncation -Os -MMD ${CPPFLAGS} LDFLAGS = -lX11 SRC = fetcha.c modules.c |
