mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 17:03:31 +00:00
11 lines
109 B
Makefile
11 lines
109 B
Makefile
all: build
|
|
|
|
init:
|
|
bundle
|
|
|
|
dev: init
|
|
bundle exec middleman server
|
|
|
|
build: init
|
|
bundle exec middleman build
|