- commit
- c306394cbd518318f9157b2455097fd3f82295ea
- parent
- f5f010266b91c00fad088c54bbc92740cfd68a2e
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-04-30 08:14
Makefile: rm -pedantic vte itself uses an extension
Diffstat
| M | Makefile | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
@@ -1,5 +1,5 @@ 1 1 PREFIX = /usr2 -1 CFLAGS = -std=c99 -pedantic -Wall -Wno-deprecated-declarations -fanalyzer -O2 `pkg-config --cflags gtk+-3.0 vte-2.91`-1 2 CFLAGS = -std=c99 -Wall -Wno-deprecated-declarations -fanalyzer -O2 `pkg-config --cflags gtk+-3.0 vte-2.91` 3 3 LDFLAGS = -s `pkg-config --libs gtk+-3.0 vte-2.91` 4 4 5 5 all: xiterm