setup-php/node_modules/argv/Makefile
2019-09-20 21:54:46 +05:30

17 lines
182 B
Makefile

all: test
clean:
@rm -rf build/results/
lint:
@node build/lint.js
test: clean lint
@node build/test.js
test-all:
@NODE_TEST_NO_SKIP=1 make test
test-full:
@./build/full.sh