UNPKG
@andersbakken/blessed
Version:
latest (0.1.82)
0.1.82
A high-level terminal interface library for node.js.
github.com/chjj/blessed
chjj/blessed
@andersbakken/blessed
/
browser
/
Makefile
8 lines
(5 loc)
•
107 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
all
:
@cd
.. && browserify -e index.js -o browser/blessed.js
clean
:
@rm
-f blessed.js .
PHONY
: clean all