opentofu/website/Makefile

10 lines
108 B
Makefile
Raw Normal View History

2015-09-24 13:48:52 -05:00
all: build
2015-09-23 20:51:42 -05:00
init:
2015-09-24 12:59:16 -05:00
bundle
2015-09-23 20:51:42 -05:00
dev: init
2015-09-24 13:31:17 -05:00
bundle exec middleman server
2015-09-23 20:51:42 -05:00
build: init
2015-09-24 13:31:17 -05:00
bundle exec middleman build