diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-27 15:44:21 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-27 15:44:21 +0200 |
commit | 3ecfd2ecdc127ebda529acec5e2b7473cb4a1399 (patch) | |
tree | 225298a2a4046d9dac7825d6d6c9c2ce16ac7954 /Makefile | |
parent | packaging et cetera (diff) | |
download | ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.gz ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.bz2 ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.lz ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.xz ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.tar.zst ircxmpp-3ecfd2ecdc127ebda529acec5e2b7473cb4a1399.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ DESTDIR=/ CC = cc -cflags = -O0 -Wall -I. -Wextra -pedantic -g $(shell pkg-config --cflags libstrophe) +cflags = -O0 -Wall -I. -Wformat-security -Wextra -pedantic -g $(shell pkg-config --cflags libstrophe) SRCFILE = main.c CFGFILE = ircxmpp.conf CFGDEST = ircxmpp |