first commit

This commit is contained in:
developertrinidad08
2023-01-16 18:11:14 -03:00
commit 7e6cf29479
233 changed files with 26791 additions and 0 deletions

12
node_modules/binaryjs/Makefile generated vendored Normal file
View File

@ -0,0 +1,12 @@
default: compress
compress:
@node bin/build.js;
test:
@mocha \
-t 2000 \
$(TESTFLAGS) \
$(TESTS)
.PHONY: test