[Cryptech-Commits] [sw/thirdparty/libtfm] branch master updated: Add sandblast target
git at cryptech.is
git at cryptech.is
Wed Mar 11 00:12:03 UTC 2020
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository sw/thirdparty/libtfm.
The following commit(s) were added to refs/heads/master by this push:
new 3189a37 Add sandblast target
3189a37 is described below
commit 3189a37313b19c994482e78589072519ce6b9ac9
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Mar 9 15:49:14 2020 -0400
Add sandblast target
---
Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile b/Makefile
index d4572cd..bca2686 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,9 @@ clean:
distclean: clean
rm -f TAGS
+sandblast: distclean
+ git submodule deinit -f .
+
${HDR}:
git submodule update --init
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list