~cyphermox/cordova-cli/flatten

« back to all changes in this revision

Viewing changes to node_modules/cordova/node_modules/express/node_modules/connect/node_modules/formidable/Makefile

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2013-12-12 05:26:53 UTC
  • Revision ID: mathieu-tl@ubuntu.com-20131212052653-eatjt8zguqua5qmq
testing the flattenage, yo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SHELL := /bin/bash
2
 
 
3
 
test:
4
 
        @./test/run.js
5
 
 
6
 
build: npm test
7
 
 
8
 
npm:
9
 
        npm install .
10
 
 
11
 
clean:
12
 
        rm test/tmp/*
13
 
 
14
 
.PHONY: test clean build