mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03: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
|