Files
xiezheng/node_modules/blessed/browser/Makefile
2025-03-14 23:44:26 +08:00

8 lines
107 B
Makefile

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