summaryrefslogtreecommitdiff
path: root/services/github/Makefile
blob: d9efd929ed63c8ddd3ecc0a61804bfaef9bb0b19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
VALIDATOR := perl ../../utils/validator.pl --schema spore_validation.rx --description

check: spore_validation.rx
	@$(VALIDATOR) repository.json
	@$(VALIDATOR) user.json

test: check

spore_validation.rx:
	wget http://github.com/SPORE/specifications/raw/master/spore_validation.rx

clean:
	-rm spore_validation.rx