diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-04-25 20:27:40 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-04-25 20:27:40 -0400 |
commit | b976d797b09e9f9ff212da91c2c6b552596542bc (patch) | |
tree | c704eb6ac9a484a4bf568dace3d355b265357c0b /README.md | |
parent | b56ccbec6f7ba64a7d2d7770123e8d4127789004 (diff) |
use the current directory name for libraries if none is specifiedmaje
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ There are a few restrictions: - Only one target per source tree: a binary (identified by the source file containing main(), which will have the same basename without .c), or a - library (identified by the MAJE_LIB flag (see below). + library (identified by the MAJE_LIB flag (see below), or the current + directory name if MAJE_LIB is not specified). Usage ===== |