DEBSOURCES
Skip Quicknav
sources / node-stack-trace / 0.0.10-3 / Makefile
1234567891011
SHELL := /bin/bash test: @./test/run.js release: git push git push --tags npm publish . .PHONY: test