Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Makefile
- Revision:
- 8:f1c7a11d0670
- Parent:
- 6:7915b5819364
- Child:
- 9:d5b80cd43e82
--- a/Makefile Sat Mar 04 16:08:32 2017 +0900 +++ b/Makefile Sat Mar 04 19:01:33 2017 +0900 @@ -1,6 +1,6 @@ # # Super light weight command line compile script using mbed-sdk sources. -# v0.8 # 2017/03 made by dinau +# v0.9 # 2017/03 made by dinau # ########################## @@ -19,6 +19,8 @@ # $ make c # Clean all object files and rebuild target. # $ make ca +# Display mbed library revision +# $ make rev # # Example, it can be used any combination on command line. # $ make c f TARGET=NUCLEO_L152RE TC=uARM