| Current Path : /var/www/html/webconsoleold/node_modules/pty.js/ |
| Current File : /var/www/html/webconsoleold/node_modules/pty.js/Makefile |
all: @type node-gyp > /dev/null 2>&1 && make gyp || make waf waf: node-waf configure build gyp: node-gyp configure node-gyp build clean: @type node-gyp > /dev/null 2>&1 && make clean-gyp || make clean-waf clean-waf: @rm -rf ./build .lock-wscript clean-gyp: @node-gyp clean 2>/dev/null .PHONY: all waf gyp clean clean-waf clean-gyp