Add Makefile to website/www
This commit is contained in:
parent
73314cfcbe
commit
ab590f7740
10
website/www/Makefile
Normal file
10
website/www/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
all: build
|
||||
|
||||
init:
|
||||
bundle
|
||||
|
||||
dev: init
|
||||
bundle exec middleman server
|
||||
|
||||
build: init
|
||||
bundle exec middleman build
|
||||
Loading…
x
Reference in New Issue
Block a user