diff options
| author | 2025-06-02 11:50:36 -0400 | |
|---|---|---|
| committer | 2025-06-02 11:50:36 -0400 | |
| commit | 6993b9814769668fb03b4d282734f20f63b16f9c (patch) | |
| tree | c3bf2274ce979aa26be9c06d4ceab87506326645 | |
| parent | 9fb3646511998310fc8c967c239803f38b2bdc5b (diff) | |
| download | libnaunet-6993b9814769668fb03b4d282734f20f63b16f9c.tar.gz libnaunet-6993b9814769668fb03b4d282734f20f63b16f9c.tar.bz2 libnaunet-6993b9814769668fb03b4d282734f20f63b16f9c.zip | |
Update project structure
Signed-off-by: Andrew Opalach <andrew@akon.city>
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README.txt | 3 | ||||
| -rwxr-xr-x | scripts/line_count.sh | 2 | ||||
| -rw-r--r-- | subprojects/libalabaster.wrap | 2 |
4 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md deleted file mode 100644 index 9430b0a..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -## libnaunet: C Platform and Network Support Library diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..d34f5fe --- /dev/null +++ b/README.txt @@ -0,0 +1,3 @@ +== libnaunet + +// vim: set syntax=asciidoc: diff --git a/scripts/line_count.sh b/scripts/line_count.sh index a6ac787..6af0fe0 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,3 +1,3 @@ #! /usr/bin/env sh export LC_ALL="C" -find ./src ./include -type f -exec sloccount {} + +find ./src ./include -type f -exec loccount {} + diff --git a/subprojects/libalabaster.wrap b/subprojects/libalabaster.wrap index 2a0e3f4..243dff8 100644 --- a/subprojects/libalabaster.wrap +++ b/subprojects/libalabaster.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://git.akon.city/libalabaster -revision = 92d5840e1440fe45a150079fab5a39877589c20f +revision = ec99011aca3a9b92964c653d74d693e693ac052f depth = 1 |