mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-04 07:05:01 +00:00
8 lines
107 B
Makefile
8 lines
107 B
Makefile
|
all:
|
||
|
@cd .. && browserify -e index.js -o browser/blessed.js
|
||
|
|
||
|
clean:
|
||
|
@rm -f blessed.js
|
||
|
|
||
|
.PHONY: clean all
|