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

Annotation of texi2mdoc/Makefile, Revision 1.1

1.1     ! kristaps    1: CFLAGS                 += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
        !             2:
        !             3: texi2mdoc: main.o
        !             4:        $(CC) -o $@ main.o
        !             5:
        !             6: clean:
        !             7:        rm -f texi2mdoc main.o
        !             8:        rm -rf texi2mdoc.dSYM

CVSweb