build(Makefile): add %-shell stub
This commit is contained in:
parent
8f52c848e8
commit
d82cca843a
5
Makefile
5
Makefile
@ -36,6 +36,11 @@ release:
|
|||||||
git commit -m "chore(release): ${VERSION}"
|
git commit -m "chore(release): ${VERSION}"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
.PHONY: %-shell
|
||||||
|
%-shell:
|
||||||
|
@echo "TODO: build specified container, run it and drop into bash"
|
||||||
|
exit 1
|
||||||
|
|
||||||
##### GENERAL TARGETS #####
|
##### GENERAL TARGETS #####
|
||||||
###########################
|
###########################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user