puppy
puppy copied to clipboard
Consider building userspace apps with makefiles
Consider writing a small set of helper makefile macros such that it should be possible to put a Makefile in each apps/ and tests/ directory to build the individual userspace binary
This would:
- make it possible to rebuild one single app;
- make it possible to build micropython the same way as all other apps