aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-02 13:20:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-02 13:20:24 +0000
commitaf20e67be440d34b55887592aaa4fee82b7e43aa (patch)
treeb48c507e1531689a4772312be67f29aba58a4617 /Makefile
parentf909f1a14dd42d4cd81a081bf75080a0afcb8e5a (diff)
downloadmandoc-af20e67be440d34b55887592aaa4fee82b7e43aa.tar.gz
mandoc-af20e67be440d34b55887592aaa4fee82b7e43aa.tar.zst
mandoc-af20e67be440d34b55887592aaa4fee82b7e43aa.zip
Added `Sm' functionality.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e659dbc0..d9d25126 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS += -W -Wall -Wno-unused-parameter -g
+CFLAGS += -W -Wall -Wno-unused-parameter -g
LINTFLAGS += -c -e -f -u
@@ -21,11 +21,13 @@ 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.20 test.22 test.24 test.26 test.27 test.30
+ test.15 test.20 test.22 test.24 test.26 test.27 test.30 \
+ test.36
SUCCEED = test.7 test.8 test.9 test.10 test.11 test.12 test.13 \
test.14 test.16 test.17 test.18 test.19 test.21 test.23 \
- test.25 test.28 test.29 test.31 test.32 test.33 test.34
+ test.25 test.28 test.29 test.31 test.32 test.33 test.34 \
+ test.35
all: mdocml