opentofu/website/Makefile
2015-09-24 11:48:52 -07:00

10 lines
108 B
Makefile

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