mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-20 16:40:14 -05:00
10 lines
No EOL
108 B
Makefile
10 lines
No EOL
108 B
Makefile
all: build
|
|
|
|
init:
|
|
bundle
|
|
|
|
dev: init
|
|
bundle exec middleman server
|
|
|
|
build: init
|
|
bundle exec middleman build
|