fix(nix)_: avoid warning about default shell fallback
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
c343d52944
commit
ba04237972
2
Makefile
2
Makefile
|
@ -103,6 +103,8 @@ define sh
|
||||||
$(shell $(1))
|
$(shell $(1))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
# TODO: Define more specific shells.
|
||||||
|
TARGET := default
|
||||||
SHELL := ./nix/scripts/shell.sh
|
SHELL := ./nix/scripts/shell.sh
|
||||||
shell: export TARGET ?= default
|
shell: export TARGET ?= default
|
||||||
shell: ##@prepare Enter into a pre-configured shell
|
shell: ##@prepare Enter into a pre-configured shell
|
||||||
|
|
Loading…
Reference in New Issue