summaryrefslogtreecommitdiffstats
path: root/emacs.d/lisp/jshint-mode/node_modules/formidable/Makefile
blob: 8db19bc5f20756758f9e2f7eb305c2a066b3c8bb (plain) (blame)
1
2
3
4
5
6
7
8
9
SHELL := /bin/bash

test:
	@find test/{simple,integration,system}/test-*.js | xargs -n 1 -t node

clean:
	rm test/tmp/*

.PHONY: test clean