first commit
This commit is contained in:
12
node_modules/binaryjs/Makefile
generated
vendored
Normal file
12
node_modules/binaryjs/Makefile
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
default: compress
|
||||
|
||||
compress:
|
||||
@node bin/build.js;
|
||||
|
||||
test:
|
||||
@mocha \
|
||||
-t 2000 \
|
||||
$(TESTFLAGS) \
|
||||
$(TESTS)
|
||||
|
||||
.PHONY: test
|
Reference in New Issue
Block a user