include ../../../Makefile.include
-include ../../../Makefile.local

all:
	@echo "Targets: test apidocs"

test:
	../restility/bin/rest_test api.txt
	
apidocs:
	BUNDLE_GEMFILE=../../../src/api/Gemfile bundle exec ../restility/bin/rest_doc api.txt --html -o ../html

.PHONY: all test apidocs

include ../../../Makefile.targets
