neo-blessed/browser/Makefile
2015-07-27 21:42:33 -07:00

8 lines
107 B
Makefile

all:
@cd .. && browserify -e index.js -o browser/blessed.js
clean:
@rm -f blessed.js
.PHONY: clean all