diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-12-28 10:49:51 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-12-28 10:49:51 +0100 |
| commit | 2c2bbb73d0c81b11c96ad245b977d7166c575178 (patch) | |
| tree | 32c1290bcbe363d6fba93790080f3f6ca85f2631 /fetcha/Makefile | |
| parent | feat: better install script, move vis & tmux stuff to dotfiles repo (diff) | |
| download | suckless-setup-2c2bbb73d0c81b11c96ad245b977d7166c575178.tar.gz | |
chore: cleanup of gitignore(s), fetcha Makefile and license
Diffstat (limited to 'fetcha/Makefile')
| -rw-r--r-- | fetcha/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcha/Makefile b/fetcha/Makefile index 95b2464..476e679 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 -Wno-format-truncation -Os -MMD ${CPPFLAGS} +CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -Wno-format-truncation -Os ${CPPFLAGS} LDFLAGS = -lX11 SRC = fetcha.c modules.c |
