open-nomad/website/Makefile
2015-10-13 17:50:23 -04:00

10 lines
108 B
Makefile

all: build
init:
bundle
dev: init
bundle exec middleman server
build: init
bundle exec middleman build