File: Makefile

package info (click to toggle)
node-debug 2.1.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 212 kB
  • ctags: 51
  • sloc: makefile: 31; sh: 3
file content (8 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8

test:
	@./node_modules/.bin/mocha test/test.js

test-browser:
	./node_modules/.bin/serve test/

.PHONY: test