Initial
This commit is contained in:
15
node_modules/zlib/Makefile
generated
vendored
Normal file
15
node_modules/zlib/Makefile
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
build:
|
||||
node-waf build
|
||||
|
||||
clean:
|
||||
node-waf clean
|
||||
|
||||
ifndef only
|
||||
test: build
|
||||
@expresso -I lib test/*.test.js
|
||||
else
|
||||
test: build
|
||||
@expresso -I lib test/${only}.test.js
|
||||
endif
|
||||
|
||||
.PHONY: build clean test
|
||||
Reference in New Issue
Block a user