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

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

Revision 1.1, Mon Feb 16 22:24:43 2015 UTC (9 years, 3 months ago) by kristaps
Branch: MAIN

Initial revision

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