From b75c1ec41abb411423218895205395e8cb191be2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 3 Apr 2021 15:02:18 +0200 Subject: Add photo utils MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33efd3d..347cb54 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ BIN =\ find-contact-by-name\ find-contact-by-organisation\ find-contact-by-pgpkey\ + find-contact-by-photo\ find-contact-by-site\ get-contact-emails\ get-contact-file\ @@ -18,6 +19,7 @@ BIN =\ get-contact-notes\ get-contact-organisations\ get-contact-pgpkeys\ + get-contact-photos\ get-contact-sites\ is-contact-ice\ list-contact-groups\ @@ -33,6 +35,7 @@ BIN =\ set-contact-notes\ set-contact-organisations\ set-contact-pgpkeys\ + set-contact-photos\ set-contact-sites HDR =\ @@ -73,6 +76,9 @@ find-contact-by-organisation: find-contact-by-organisation.o find-contact-by-pgpkey: find-contact-by-pgpkey.o $(CC) -o $@ $@.o $(LDFLAGS) +find-contact-by-photo: find-contact-by-photo.o + $(CC) -o $@ $@.o $(LDFLAGS) + find-contact-by-site: find-contact-by-site.o $(CC) -o $@ $@.o $(LDFLAGS) @@ -100,6 +106,9 @@ get-contact-organisations: get-contact-organisations.o get-contact-pgpkeys: get-contact-pgpkeys.o $(CC) -o $@ $@.o $(LDFLAGS) +get-contact-photos: get-contact-photos.o + $(CC) -o $@ $@.o $(LDFLAGS) + get-contact-sites: get-contact-sites.o $(CC) -o $@ $@.o $(LDFLAGS) @@ -145,6 +154,9 @@ set-contact-organisations: set-contact-organisations.o set-contact-pgpkeys: set-contact-pgpkeys.o $(CC) -o $@ $@.o $(LDFLAGS) +set-contact-photos: set-contact-photos.o + $(CC) -o $@ $@.o $(LDFLAGS) + set-contact-sites: set-contact-sites.o $(CC) -o $@ $@.o $(LDFLAGS) -- cgit v1.2.3-70-g09d2