Skip to content

Commit

Permalink
WIP: mbed-tools
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Máté Tokodi mate.tokodi@szteszoftver.hu
  • Loading branch information
matetokodi committed Dec 13, 2023
1 parent f295263 commit cbbebe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/os/mbedos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ flash: .mbed-set-flash-flag .build

.PHONY: .mbed-build
.mbed-build:
python3 -m mbed config -G MBED_OS_DIR $(MBED_OS_DIR)
python3 -m mbed compile $(strip $(MBED_CLI_FLAGS))
mbed-tools configure -G MBED_OS_DIR $(MBED_OS_DIR)
mbed-tools compile $(strip $(MBED_CLI_FLAGS))

.PHONY: .mbedignore-copy
.mbedignore-copy:
Expand Down

0 comments on commit cbbebe0

Please sign in to comment.