fermentord/Makefile

10 lines
124 B
Makefile
Raw Normal View History

2024-06-18 06:56:46 +00:00
GOK := gok --parent_dir ./deployments --instance fermentor
2022-03-11 19:47:08 +00:00
2024-06-18 06:56:46 +00:00
edit:
$(GOK) edit
2022-07-28 22:46:47 +00:00
2024-06-18 06:56:46 +00:00
update:
$(GOK) update
.PHONY: edit update