Skip to content

Commit

Permalink
Updated Makefile to include microbit.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjwright committed Jul 15, 2018
1 parent ad4b2e1 commit 8823272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ first:
@echo "\t'make all' to build the runtimes,"
@echo "\t'make install' to install the runtimes."

runtimes = arduino-due stm32f4 stm32f429i
runtimes = arduino-due microbit stm32f4 stm32f429i

all install clean:
for f in $(runtimes); do \
Expand Down

0 comments on commit 8823272

Please sign in to comment.