SFTtech / openage

Free (as in freedom) open source clone of the Age of Empires II engine 🚀
http://openage.dev
Other
12.51k stars 1.11k forks source link

Let `make run` call `main` sumodule instead of `game` #1575

Closed heinezen closed 9 months ago

heinezen commented 9 months ago

Fixes https://github.com/SFTtech/openage/issues/1571

main and game were switched in the latest feature release and game requires arguments now. main has a more "main menu" CLI flow, so using it as the default entry point makes sense.