Add Makefile
This commit is contained in:
parent
af27a99bb7
commit
b274e94413
|
@ -0,0 +1,10 @@
|
|||
all: build
|
||||
|
||||
init:
|
||||
bundle
|
||||
|
||||
dev: init
|
||||
bundle exec middleman server
|
||||
|
||||
build: init
|
||||
bundle exec middleman build
|
Loading…
Reference in New Issue