summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitignore16
-rw-r--r--COPYING.SOFORT2
-rw-r--r--src/internal/argv/argv.h2
3 files changed, 16 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 796d153..5df402d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,23 @@
+Makefile
+app.tag
+dirs.tag
+host.tag
+tree.tag
+version.tag
+
+cfgdefs.mk
+usrdefs.mk
+ccenv/host.mk
+ccenv/native.mk
+
+config.log
+
*~
*.o
*.a
*.so
*.gch
*.exe
-*.lib.a
-Makefile
/bin
/build
/lib
diff --git a/COPYING.SOFORT b/COPYING.SOFORT
index 75a98e1..1c8a6c1 100644
--- a/COPYING.SOFORT
+++ b/COPYING.SOFORT
@@ -2,7 +2,7 @@
/* */
/* sofort: portable software project skeleton */
/* */
-/* Copyright (C) 2015--2023 SysDeer Technologies, LLC */
+/* Copyright (C) 2015--2024 SysDeer Technologies, LLC */
/* */
/* sofort provides a build system that can be incorporated into Works */
/* which may or may not be covered by a copyleft license. THE FOLLOWING */
diff --git a/src/internal/argv/argv.h b/src/internal/argv/argv.h
index d66440c..87c60d2 100644
--- a/src/internal/argv/argv.h
+++ b/src/internal/argv/argv.h
@@ -904,7 +904,7 @@ static void argv_usage_impl(
/* color */
if (fcolor) {
color = (color == ccyan) ? cblue : ccyan;
- argv_dprintf(fd,color);
+ argv_dprintf(fd,color,0);
}
/* description, using either paradigm or argname if applicable */