diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-21 14:56:57 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-21 14:56:57 +0000 |
commit | 3f750ebfbcf6d91d72265ebaf5febeeb85e41eaf (patch) | |
tree | 7255261bafe6c53c25207137d3385112ec8d13de /Makefile | |
parent | ab7f2d17f8d8e211aab2a91883bc0f5358f306ac (diff) | |
download | mandoc-3f750ebfbcf6d91d72265ebaf5febeeb85e41eaf.tar.gz |
Initial list support (not nested, yet).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ VERSION = 1.2.0 -CFLAGS += -W -Wall -Wno-unused-parameter -g +CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ validate.ln action.ln |