UNPKG

node-red-contrib-smartnode-hook

Version:

this project is dependenced by the node-red-contrib-smartnode for some IoT display function

14 lines (10 loc) 229 B
RED_DIR=../../ all: install install: ./patch.sh $(RED_DIR)/red.js # ln -sf ../Atlas/atlas_hook $(RED_DIR)/ npm install clean: # rm -rf $(RED_DIR)/atlas_hook echo "TODO: restore $(RED_DIR)/red.js" .PHONY: all install clean