Recommend this page to a friend! |
Classes of Igor Escobar | > | Terminal Crossword | > | chat-websocket/node_modules/express/node_modules/connect/node_modules/formidable/Makefile | > | Download |
|
|
![]() |
SHELL := /bin/bash test: @./test/run.js build: npm test npm: npm install . clean: rm test/tmp/* .PHONY: test clean build |