Your IP : 216.73.217.13


Current Path : /proc/thread-self/root/usr/lib/node_modules/pm2/node_modules/blessed/browser/
Upload File :
Current File : //proc/thread-self/root/usr/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