make: add shell target
This commit is contained in:
parent
75d6511cbc
commit
6b9a8f9921
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -234,3 +234,5 @@ docker-push:
|
|||
docker-pull:
|
||||
docker pull glenux/teaching-boilerplate:latest
|
||||
|
||||
shell:
|
||||
$(SHELL) -c "exec $${SHELL}"
|
||||
|
|
Loading…
Reference in a new issue