make: fix phony
This commit is contained in:
parent
129bc5c0a0
commit
74a10b791e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -65,11 +65,11 @@ init-neovim:
|
||||||
# Deps
|
# Deps
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
.PHONY: deps-my
|
.PHONY: deps-editor
|
||||||
deps-editor:
|
deps-editor:
|
||||||
$(NIX_LOCK) $(foreach dep,$(DEPS_EDITOR),--update-input $(dep))
|
$(NIX_LOCK) $(foreach dep,$(DEPS_EDITOR),--update-input $(dep))
|
||||||
|
|
||||||
.PHONY: deps-nixos
|
.PHONY: deps-system
|
||||||
deps-system:
|
deps-system:
|
||||||
$(NIX_LOCK) $(foreach dep,$(DEPS_SYSTEM),--update-input $(dep))
|
$(NIX_LOCK) $(foreach dep,$(DEPS_SYSTEM),--update-input $(dep))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue