make: add shell target

This commit is contained in:
Glenn Y. Rolland 2021-11-25 17:49:25 +01:00
parent 75d6511cbc
commit 6b9a8f9921

View file

@ -234,3 +234,5 @@ docker-push:
docker-pull:
docker pull glenux/teaching-boilerplate:latest
shell:
$(SHELL) -c "exec $${SHELL}"