File: Makefile

package info (click to toggle)
open-build-service 2.9.4-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 30,544 kB
  • sloc: ruby: 73,389; perl: 51,999; xml: 9,782; sh: 5,540; javascript: 2,743; sql: 1,232; python: 435; makefile: 229; cpp: 46
file content (8 lines) | stat: -rw-r--r-- 202 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
all:
	@echo "Targets: test apidocs"

test:
	RUBYLIB=../restility/lib ../restility/bin/rest_test -I .. api.txt
	
apidocs:
	RUBYLIB=../restility/lib ../restility/bin/rest_doc -I .. api.txt --html -o html