diff options
author | Joachim StroĢmbergson <joachim@assured.se> | 2019-02-08 10:50:34 +0100 |
---|---|---|
committer | Joachim StroĢmbergson <joachim@assured.se> | 2019-02-08 10:50:34 +0100 |
commit | 920f2506963aa3b1bb8d18f286446291f2e58218 (patch) | |
tree | f4bbf69aa51a13d47d7f0cb0bd1df54433314e59 /toolruns | |
parent | 7a4a69d1c0df57118e47c617ad8bf0c518050de0 (diff) |
(1) Silenced linter by adding default case states. (2) Fixed minor nits in help part of Makefile.cleanup
Diffstat (limited to 'toolruns')
-rw-r--r-- | toolruns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolruns/Makefile b/toolruns/Makefile index 50e4f26..0835d0f 100644 --- a/toolruns/Makefile +++ b/toolruns/Makefile @@ -123,6 +123,7 @@ help: @echo "sim-csprng: Run cprng simulation." @echo "sim-mixer: Run mixer simulation." @echo "sim-trng: Run trng simulation." + @echo "lint: Run linter on the trng source." @echo "clean: Delete all built files." #=================================================================== |