[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / texi2mdoc

File: [cvsweb.bsd.lv] / texi2mdoc / Makefile (download)

Revision 1.2, Wed Feb 18 23:08:16 2015 UTC (9 years, 2 months ago) by kristaps
Branch: MAIN
Changes since 1.1: +10 -3 lines

Tune-ups.

CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings 

all: texi2mdoc

afl: afl/texi2mdoc

texi2mdoc: main.o
	$(CC) -o $@ main.o

afl/texi2mdoc: main.c
	afl-clang -o $@ main.c

clean:
	rm -f texi2mdoc main.o afl/texi2mdoc
	rm -rf texi2mdoc.dSYM afl/texi2mdoc.dSYM