makefile support on each supported hardware ?
i would like to use periph/bootstrap so we can deploy golang and flutter ( source and binaries) to embedded devices...
We use makefile such that it allows us to use make in Github Actions and on our embedded devices with no changes except maybe some sniffing in the makefiles to detect GOOS , GOARCH, etc
Here is an example of make being used in this way: https://github.com/getcouragenow/booty/blob/master/makefile
Here is it running: https://github.com/getcouragenow/booty/actions/runs/468914088
SO , I was wondering if your bootstrap installs make on each device ?
On a Raspbian I see it being installed indirectly. I forget how to determine the dependency that got it installed. I don't know for other distros (e.g. Armbian)