Add Makefile
This commit is contained in:
parent
af27a99bb7
commit
b274e94413
10
website/Makefile
Normal file
10
website/Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
all: build
|
||||||
|
|
||||||
|
init:
|
||||||
|
bundle
|
||||||
|
|
||||||
|
dev: init
|
||||||
|
bundle exec middleman server
|
||||||
|
|
||||||
|
build: init
|
||||||
|
bundle exec middleman build
|
Loading…
Reference in a new issue