Current File : //usr/local/share/.config/yarn/global/node_modules/blessed/browser/Makefile
all:
	@cd .. && browserify -e index.js -o browser/blessed.js

clean:
	@rm -f blessed.js

.PHONY: clean all