summaryrefslogtreecommitdiff
path: root/services/github/Makefile
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-02-08 17:32:55 +0100
committerfranck cuny <franck@lumberjaph.net>2011-02-08 17:32:55 +0100
commit7b2ab45bc803ff71a17b7e2fb1b5719640bf1f09 (patch)
tree3cb32a540dc49c096e8661e6ee1203399d3fcb0d /services/github/Makefile
parentadd fql method for facebook API (diff)
parentAdd to Makefile (diff)
downloadapi-description-7b2ab45bc803ff71a17b7e2fb1b5719640bf1f09.tar.gz
Merge branch 'master' of https://github.com/omega/api-description into review/omega
* 'master' of https://github.com/omega/api-description: Add to Makefile Start of organizations API description
Diffstat (limited to '')
-rw-r--r--services/github/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/services/github/Makefile b/services/github/Makefile
index 9b344b7..d84961c 100644
--- a/services/github/Makefile
+++ b/services/github/Makefile
@@ -10,6 +10,7 @@ check: spore_validation.rx
@$(VALIDATOR) repository.json
@$(VALIDATOR) commit.json
@$(VALIDATOR) object.json
+ @$(VALIDATOR) organization.json
test: check
@@ -28,7 +29,8 @@ github.dot: \
network.json \
repository.json \
commit.json \
- object.json
+ object.json \
+ organization.json
$(SPORE2DOT) $^ > $@
clean: