1
0
Fork 0
docsearch/docs/Makefile
2018-02-07 10:56:52 +01:00

12 lines
148 B
Makefile

all: install
bundle exec middleman server
install:
bundle install
build:
npm install
rm -rf build
bundle exec middleman build
.PHONY: build