make: add shell target

This commit is contained in:
Glenn Y. Rolland 2021-11-25 17:49:25 +01:00
parent 3736cf293b
commit 3d28838756

View file

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