How to pass an argument with spaces to a make command.
In this article, I document for my future self how to pass an argument with spaces to a make command.For context, in my makefile, I have a command that uses alembic to generate migrations for some SQLAlchemy models.The detail of the command depends o...
mekicha.com1 min read