mbed-scli test program
Diff: Makefile
- Revision:
- 8:f1c7a11d0670
- Parent:
- 6:7915b5819364
- Child:
- 9:d5b80cd43e82
diff -r 9df443d2570b -r f1c7a11d0670 Makefile --- 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