Files
kopia/htmlui/Makefile
2019-12-14 10:48:31 -08:00

15 lines
259 B
Makefile

all:
include ../tools/tools.mk
dev: node_modules
PATH=$(TOOL_PATH) $(NPM_TOOL) run start
build-html: node_modules
PATH=$(TOOL_PATH) $(NPM_TOOL) run build
node_modules: $(NPM_TOOL)
PATH=$(TOOL_PATH) $(NPM_TOOL) install
clean:
rm -rf node_modules build