scdoc2mdoc

A fork of scdoc to output mdoc(7)
git clone git://git.sgregoratto.me/scdoc2mdoc
Log | Files | Refs | README | LICENSE

commit 20faa1515f9397da65c16605f1f9a592f1705927
parent 6cc87141c6767ae6551d0e8ec1b4424e7214ede8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu, 25 Jan 2018 18:12:50 -0500

Remove CC from Makefile

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,4 @@ VERSION=1.2.1 -CC=cc CFLAGS=-DVERSION='"$(VERSION)"' -Wall -Wextra -Werror -Wno-unused-parameter LDFLAGS=-static INCLUDE=-Iinclude