From d5c361bd161341fd1cfedba44c06581a13a7da71 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 1 Jul 2011 22:37:16 +0200 Subject: add LinkedIn API --- services/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'services/Makefile') diff --git a/services/Makefile b/services/Makefile index eb54875..10a704f 100644 --- a/services/Makefile +++ b/services/Makefile @@ -4,6 +4,7 @@ SPORE2DOT := perl ../utils/spore2dot.pl check: spore_validation.rx @make -C github check @make -C googlemaps check + @make -C linkedin check @$(VALIDATOR) amazons3.json @$(VALIDATOR) backtweet.json @$(VALIDATOR) backtype.json @@ -37,6 +38,7 @@ png: \ twitter.png @make -C github png @make -C googlemaps png + @make -C linkedin png %.png : %.dot dot -T png -o $@ $< @@ -47,4 +49,5 @@ png: \ clean: @make -C github clean @make -C googlemaps clean + @make -C linkedin clean -rm *.png *.dot spore_validation.rx -- cgit v1.2.3