diff options
Diffstat (limited to 'services/Makefile')
| -rw-r--r-- | services/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/services/Makefile b/services/Makefile index 0ad6339..93e1298 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 @@ -40,6 +41,7 @@ png: \ twitter.png @make -C github png @make -C googlemaps png + @make -C linkedin png %.png : %.dot dot -T png -o $@ $< @@ -50,4 +52,5 @@ png: \ clean: @make -C github clean @make -C googlemaps clean + @make -C linkedin clean -rm *.png *.dot spore_validation.rx |
