summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAndreas Marienborg <andreas.marienborg@gmail.com>2011-02-03 11:00:26 +0100
committerAndreas Marienborg <andreas.marienborg@gmail.com>2011-02-03 11:00:26 +0100
commit51b3f77ce6cf4b8eff0fc5218dcfc40431e28db3 (patch)
treed9a8dd0b17aad448fe969f1de44da99c29dbf130 /services
parentStart of organizations API description (diff)
downloadapi-description-51b3f77ce6cf4b8eff0fc5218dcfc40431e28db3.tar.gz
Add to Makefile
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: