Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « delayed-stream « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4ff85a33b6eb482476385b7c3e6661ec9c9eb0c (plain)
1
2
3
4
5
6
7
SHELL := /bin/bash

test:
	@./test/run.js

.PHONY: test