version app + node.exe + nw.exe

This commit is contained in:
Antoine WEBER
2015-10-13 21:47:32 +02:00
parent 858c5bd713
commit ca00dcd224
2642 changed files with 388899 additions and 6 deletions

8
node_modules/cluster/Makefile generated vendored Normal file
View File

@@ -0,0 +1,8 @@
test:
@./test/run
test-debug:
@./test/run debug
.PHONY: test test-debug