pfirsich/makelove

How do I build a subdir?

konsumer opened this issue · 1 comments

I like to keep my game not in the root of my git project, as I can keep non-game stuff outside of it. I like to use src/. I can run my game with love src. How do I use makelove to build a game in a subdir?

Ah, nevermind, I can do this:

cd src && makelove macos --config ../makelove.toml

Sorry for the noise. Thanks for this awesome tool!