pleshevski.ru/Makefile

14 lines
114 B
Makefile

NPM ?= npm
help:
cat makefile
build:
$(NPM) run docs:build
dev:
$(NPM) run docs:dev
deps:
$(NPM) install