File: Makefile

package info (click to toggle)
node-github-url-from-git 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 80 kB
  • ctags: 2
  • sloc: makefile: 7
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (4)
1
2
3
4
5

test:
	@./node_modules/.bin/mocha test.js --reporter spec --require should

.PHONY: test