File: Makefile

package info (click to toggle)
node-cjson 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: javascript: 253; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 41 bytes parent folder | download | duplicates (3)
1
2
3
4
test:
	node ./test/test.js

.PHONY: test