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

Diff for /texi2mdoc/Makefile between version 1.1 and 1.2

version 1.1, 2015/02/16 22:24:43 version 1.2, 2015/02/18 23:08:16
Line 1 
Line 1 
 CFLAGS          += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings  CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings
   
   all: texi2mdoc
   
   afl: afl/texi2mdoc
   
 texi2mdoc: main.o  texi2mdoc: main.o
         $(CC) -o $@ main.o          $(CC) -o $@ main.o
   
   afl/texi2mdoc: main.c
           afl-clang -o $@ main.c
   
 clean:  clean:
         rm -f texi2mdoc main.o          rm -f texi2mdoc main.o afl/texi2mdoc
         rm -rf texi2mdoc.dSYM          rm -rf texi2mdoc.dSYM afl/texi2mdoc.dSYM

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb