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

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

Revision 1.1.1.1 (vendor branch), Mon Feb 16 22:24:43 2015 UTC (9 years, 2 months ago) by kristaps
Branch: version_0
CVS Tags: VERSION_0
Changes since 1.1: +0 -0 lines

Initial import of texi2mdoc.

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

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

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