12 lines
162 B
Makefile
12 lines
162 B
Makefile
GOK := gok --parent_dir ./deployments --instance fermentor
|
|
|
|
edit:
|
|
$(GOK) edit
|
|
|
|
update:
|
|
$(GOK) update
|
|
|
|
test:
|
|
$(GOK) update --testboot
|
|
|
|
.PHONY: edit update test
|