build(Makefile): add %-shell stub

This commit is contained in:
Sarah Vaupel 2024-09-17 01:27:45 +02:00
parent 8f52c848e8
commit d82cca843a

View File

@ -36,6 +36,11 @@ release:
git commit -m "chore(release): ${VERSION}"
git push
.PHONY: %-shell
%-shell:
@echo "TODO: build specified container, run it and drop into bash"
exit 1
##### GENERAL TARGETS #####
###########################