mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 08:05:33 -06:00
Add Makefile
This commit is contained in:
parent
f85fc866fe
commit
8895ab751d
11
website/Makefile
Normal file
11
website/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
all:
|
||||
build
|
||||
|
||||
init:
|
||||
bundle
|
||||
|
||||
dev: init
|
||||
bundle exec middleman server
|
||||
|
||||
build: init
|
||||
bundle exec middleman build
|
Loading…
Reference in New Issue
Block a user