mirror of
https://github.com/sstent/node_app.git
synced 2026-01-28 08:02:23 +00:00
initial commit
This commit is contained in:
14
node_modules/formidable/Makefile
generated
vendored
Normal file
14
node_modules/formidable/Makefile
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
SHELL := /bin/bash
|
||||
|
||||
test:
|
||||
@./test/run.js
|
||||
|
||||
build: npm test
|
||||
|
||||
npm:
|
||||
npm install .
|
||||
|
||||
clean:
|
||||
rm test/tmp/*
|
||||
|
||||
.PHONY: test clean build
|
||||
Reference in New Issue
Block a user