fix makefile
This commit is contained in:
parent
fd1e179e00
commit
bfcf197e39
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ $(1)-test: ; $$(NIX_RUN)test/$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define vps_rule
|
define vps_rule
|
||||||
$(1): ; $$(NIX)deploy/$(1)
|
$(1): ; $$(NIX_RUN)deploy/$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(foreach machine,$(MACHINES),$(eval $(call machine_rule,$(machine))))
|
$(foreach machine,$(MACHINES),$(eval $(call machine_rule,$(machine))))
|
||||||
|
|
Loading…
Reference in a new issue