diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-20 17:15:48 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-20 17:15:48 +0200 |
commit | a45288fc7e0e622615202c41304d34a510fb4e85 (patch) | |
tree | dcc2a66601efa3bb23ea73254a6c40c4b542372f | |
parent | d99597dc5822c7e80f35861180076be77167824f (diff) |
make really-clean was renamed to make distclean
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ The following packages need to be installed (on Ubuntu 14.04): To build the source code, issue "make" from the top level directory (where this file is). The first time, this will build the complete STM CMSIS library. A subsequent "make clean" will *not* clean away the CMSIS -library, but a "make really-clean" will. +library, but a "make distclean" will. Installing |