Skip to content

Commit

Permalink
🔨 (make): Add pull_deps target to clone mbed & mcuboot
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Jan 12, 2022
1 parent e302d67 commit 31273c3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ clang_tidy_diff_fix:
# MARK: - Mbed targets
#

pull_deps:
@$(MAKE) mbed_clone
@$(MAKE) mcuboot_clone

mbed_clone:
@echo ""
@echo "🧬 Cloning Mbed OS 📦"
Expand Down

0 comments on commit 31273c3

Please sign in to comment.