diff options
author | B. Watson <yalhcru@gmail.com> | 2021-11-21 13:42:49 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-04 10:08:56 +0700 |
commit | d027d911d7a6a4a275e4c9e20d6458f89b8b92ee (patch) | |
tree | 5590af29c30019941efc0cfca00b5ce630a2953d /libraries/argtable/README | |
parent | d1db0bacf0c6a0e79cedbbd7690a7af17f91f977 (diff) |
libraries/argtable: Get rid of .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/argtable/README')
-rw-r--r-- | libraries/argtable/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/argtable/README b/libraries/argtable/README index 52e4457e35..59b8068daf 100644 --- a/libraries/argtable/README +++ b/libraries/argtable/README @@ -1,3 +1,5 @@ +argtable (ANSI C library for parsing command line arguments) + Argtable is an ANSI C library for parsing GNU style command line arguments with a minimum of fuss. It enables the programmer to define their program's argument syntax directly in the source code |