fermentord/Makefile

10 lines
124 B
Makefile
Raw Permalink Normal View History

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