unix/variants: Remove variant suffix from executable filename.

The executable now lives in the build directory, and since the build
directory already contains the variant name there is no need to also add
it to the executable.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-08-11 12:40:23 +10:00
parent c7aa6a2c73
commit d53c3b6ade
12 changed files with 15 additions and 33 deletions

View File

@@ -1,5 +1,3 @@
PROG ?= micropython-dev
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py
MICROPY_ROM_TEXT_COMPRESSION = 1