fix makefile

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-01 11:10:13 +03:00
parent fd1e179e00
commit bfcf197e39
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -33,7 +33,7 @@ $(1)-test: ; $$(NIX_RUN)test/$(1)
endef
define vps_rule
$(1): ; $$(NIX)deploy/$(1)
$(1): ; $$(NIX_RUN)deploy/$(1)
endef
$(foreach machine,$(MACHINES),$(eval $(call machine_rule,$(machine))))