diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-06-28 20:08:14 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-06-28 20:08:14 +0200 |
commit | 3a74272a201cdfa3fd3992200d43f8f5ef34974a (patch) | |
tree | 72347531416db2251e43fca48c8d8672509ac658 /Makefile | |
parent | some changes I made on another laptop (diff) | |
download | ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.gz ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.bz2 ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.lz ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.xz ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.tar.zst ircxmpp-3a74272a201cdfa3fd3992200d43f8f5ef34974a.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. -fpic -Wformat-security -Wextra -pedantic -g3 $(shell pkg-config --cflags libstrophe) +cflags = -O0 -Wall -I. -fpic -Wformat-security -Wextra -pedantic -g3 $(shell pkg-config --cflags libstrophe) -I/usr/include/libircclient ldflags = $(shell pkg-config --libs libstrophe) -lircclient PROJ = ircxmpp # cflags and ldflags are used so that users specifying CFLAGS and LDFLAGS do not override my flags |