diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-27 13:29:44 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-11-27 13:29:44 +0000 |
commit | 5f5ddcdbb938c18870e0f9b30c11c6fe49fafbd3 (patch) | |
tree | ee3edb760265631e1b65de2429294e8d4d7f7909 /Makefile | |
parent | e76a5b9ac60e22a6467120290a05d22604d0ca0d (diff) | |
download | mandoc-5f5ddcdbb938c18870e0f9b30c11c6fe49fafbd3.tar.gz |
More fixes and work-ness.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -CFLAGS += -W -Wall -Wno-unused-parameter -g -DDEBUG +CFLAGS += -W -Wall -Wno-unused-parameter -g LINTFLAGS += -c -e -f -u @@ -21,10 +21,10 @@ CLEAN = mdocml mdocml.tgz $(LLNS) $(LNS) $(OBJS) $(LIBS) INSTALL = Makefile $(HEADS) $(SRCS) $(MANS) FAIL = test.0 test.1 test.2 test.3 test.4 test.5 test.6 \ - test.15 + test.15 test.20 SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \ - test.14 test.16 test.17 + test.14 test.16 test.17 test.18 test.19 test.21 all: mdocml |