From b843dec3932b5904af4a019f75d05ba8e0bdf191 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 5 Apr 2021 22:25:05 +0200 Subject: m + add set-contact-addresses + use -n instead of -l for country MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3daf44f..2e3cb7f 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ BIN =\ list-organisation-contacts\ print-contact\ remove-contact\ + set-contact-addresses\ set-contact-birthday\ set-contact-chats\ set-contact-emails\ @@ -188,8 +189,8 @@ print-contact: print-contact.o remove-contact: remove-contact.o $(CC) -o $@ $@.o $(LDFLAGS) -set-contact-addresses: set-contact-addresses.o - $(CC) -o $@ $@.o $(LDFLAGS) +set-contact-addresses: set-contact-addresses.o common-address.o + $(CC) -o $@ $@.o common-address.o $(LDFLAGS) set-contact-birthday: set-contact-birthday.o $(CC) -o $@ $@.o $(LDFLAGS) -- cgit v1.2.3-70-g09d2