diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2011-07-01 22:37:16 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2011-07-01 22:37:16 +0200 |
| commit | d5c361bd161341fd1cfedba44c06581a13a7da71 (patch) | |
| tree | f5d6d845eeb66569f621a29f3ec13632d92ae2f8 /services/Makefile | |
| parent | compat OAuth 1.0 & 2.0 (diff) | |
| download | api-description-d5c361bd161341fd1cfedba44c06581a13a7da71.tar.gz | |
add LinkedIn API
Diffstat (limited to '')
| -rw-r--r-- | services/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
