diff options
-rw-r--r-- | README.md | 19 | ||||
-rw-r--r-- | contrib/build-env-setup/README.txt | 1 |
2 files changed, 10 insertions, 10 deletions
@@ -16,14 +16,15 @@ isolated and easier to reproduce build environment via docker. ## Stats for Nerds ```txt -------------------------------------------------------------------------------- -Language files blank comment code -------------------------------------------------------------------------------- -C 3 68 30 355 -C/C++ Header 1 9 1 18 -Markdown 1 7 0 7 -------------------------------------------------------------------------------- -SUM: 5 84 31 380 -------------------------------------------------------------------------------- +github.com/AlDanial/cloc v 1.96 T=0.06 s (90.7 files/s, 9248.7 lines/s) +------------------------------------------------- +Language files blank comment code +------------------------------------------------- +C 3 68 30 355 +Markdown 1 10 0 19 +C/C++ Header 1 9 1 18 +------------------------------------------------- +SUM: 5 87 31 392 +------------------------------------------------- ``` diff --git a/contrib/build-env-setup/README.txt b/contrib/build-env-setup/README.txt index 1f0a1cf..cc93fc9 100644 --- a/contrib/build-env-setup/README.txt +++ b/contrib/build-env-setup/README.txt @@ -71,7 +71,6 @@ true \ ### Config for alpine with w64 cross compiler true \ && PKGS_TO_ADD="curl mingw-w64-gcc git make tar" \ - && PKGS_TO_DEL="mingw-w64-gcc git make" \ && printf '#!/bin/sh\nsu root -c "$(echo "$@")"\n' >/home/${USER:?}/mysudo \ && chmod +x /home/${USER:?}/mysudo \ && SUDO="/home/${USER:?}/mysudo" \ |