mirror of
https://github.com/sstent/alex_app1.git
synced 2026-01-26 09:02:38 +00:00
lots of work so far-- mostly tidying
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