micropython/ports/unix/variants/standard
David Lechner 4af79e7694 unix/Makefile: Allow to install all variants of the executable.
The install target is current broken when PROG is used to override the
default executable name.  This fixes it by removing the redundant TARGET
variable and uses PROG directly instead.

The install and uninstall targets are also moved to the common unix
Makefile so that all variants can be installed in the same way.
2020-02-16 23:37:40 +11:00
..
mpconfigvariant.h unix: Add build variants, analogous to boards on bare-metal. 2020-01-12 10:34:23 +11:00
mpconfigvariant.mk unix/Makefile: Allow to install all variants of the executable. 2020-02-16 23:37:40 +11:00