[Cryptech-Commits] [sw/stm32] 01/02: make really-clean was renamed to make distclean
git at cryptech.is
git at cryptech.is
Fri May 20 15:20:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a commit to branch master
in repository sw/stm32.
commit a45288fc7e0e622615202c41304d34a510fb4e85
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Fri May 20 17:15:48 2016 +0200
make really-clean was renamed to make distclean
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9b47520..aa259c1 100644
--- a/README.md
+++ b/README.md
@@ -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
More information about the Commits
mailing list