aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-04 13:52:47 +0200
committerMattias Andrée <maandree@kth.se>2021-04-04 13:52:47 +0200
commit08ac19b665fceed3be23739075390a41b5dbfcfb (patch)
tree6776e45948cb8a15b4e89490cdc6a7c42d8cf2b7 /config.mk
parentm + add list-birthdays and set-contact-birthday (diff)
downloadcontacts-08ac19b665fceed3be23739075390a41b5dbfcfb.tar.gz
contacts-08ac19b665fceed3be23739075390a41b5dbfcfb.tar.bz2
contacts-08ac19b665fceed3be23739075390a41b5dbfcfb.tar.xz
m + move common code from get-contact-birthday.c and list-birthdays.c to common-birthday.c
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 2c119c1..5724519 100644
--- a/config.mk
+++ b/config.mk
@@ -3,6 +3,6 @@ MANPREFIX = $(PREFIX)/share/man
CC = cc
-CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -I../libcontacts
-CFLAGS = -std=c99 -Wall -O2
-LDFLAGS = -s -L../libcontacts -lcontacts -lsimple
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+CFLAGS = -std=c99 -Wall -Os
+LDFLAGS = -s -lcontacts -lsimple