aboutsummaryrefslogtreecommitdiff
path: root/space/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Clean up the Makefile outputMiquel Sabaté Solà2025-02-041-15/+0
| | | | | | | | This also involves moving the target for the `space` example to the general Makefile. The Makefile is not as clear as I'd like, but at least it's not a mess (yet). Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
* Lay out a proper structure for the projectMiquel Sabaté Solà2025-02-041-0/+15
Let's divide things by topic instead of a broad "examples" directory. This will allow for simple files to co-exist together with full-blown projects. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>