Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Mouseborg

1
Posts
4
Following
A member registered May 07, 2021 · View creator page →

Recent community posts

For those interested, make decker, make lilt, and sudo make install can be combined into the one-liner sudo make decker lilt install. This is because make can take more than one target(e.g. "decker", "lilt", and "install" in this case). However, install requires sudo, hence the sudo at the beginning.