diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-03 11:06:36 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-03 11:06:36 +0200 |
commit | cfc081f9c4f5f538145cbd93f98f714d0be1dad0 (patch) | |
tree | aa9c213cb875568d11194c10f92849605d2d3c0d /config.mk | |
parent | Use strcmpnul (diff) | |
download | contacts-cfc081f9c4f5f538145cbd93f98f714d0be1dad0.tar.gz contacts-cfc081f9c4f5f538145cbd93f98f714d0be1dad0.tar.bz2 contacts-cfc081f9c4f5f538145cbd93f98f714d0be1dad0.tar.xz |
m + Add multicall binary
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,6 +3,6 @@ MANPREFIX = $(PREFIX)/share/man CC = cc -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -I../libcontacts CFLAGS = -std=c99 -Wall -O2 -LDFLAGS = -s -lcontacts -lsimple +LDFLAGS = -s -L../libcontacts -lcontacts -lsimple |