summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/mime-types/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/request/node_modules/mime-types/Makefile')
-rw-r--r--deps/npm/node_modules/request/node_modules/mime-types/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/deps/npm/node_modules/request/node_modules/mime-types/Makefile b/deps/npm/node_modules/request/node_modules/mime-types/Makefile
new file mode 100644
index 0000000000..ceaf011fb8
--- /dev/null
+++ b/deps/npm/node_modules/request/node_modules/mime-types/Makefile
@@ -0,0 +1,9 @@
+
+build:
+ node --harmony-generators build.js
+
+test:
+ node test/mime.js
+ mocha --require should --reporter spec test/test.js
+
+.PHONY: build test