Your IP : 216.73.217.13


Current Path : /lib/node_modules/pm2/node_modules/blessed/browser/
Upload File :
Current File : //lib/node_modules/pm2/node_modules/blessed/browser/Makefile

all:
	@cd .. && browserify -e index.js -o browser/blessed.js

clean:
	@rm -f blessed.js

.PHONY: clean all