=================================================================== RCS file: /cvs/texi2mdoc/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- texi2mdoc/Makefile 2015/03/13 08:07:33 1.11 +++ texi2mdoc/Makefile 2015/03/19 09:53:35 1.12 @@ -1,13 +1,13 @@ VERSION = 0.1.2 -CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -OBJS = main.o util.o -SRCS = main.c util.c +CFLAGS += -g -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings +OBJS = main.o util.o +SRCS = main.c util.c AFLS = afl/in/test01.texi \ afl/in/test02.texi VERSIONS = version_0_1_1.xml \ version_0_1_2.xml -PREFIX = /usr/local +PREFIX = /usr/local all: texi2mdoc @@ -33,7 +33,7 @@ installwww: www $(OBJS): extern.h -afl/texi2mdoc: extern.h $(SRCS) +afl/texi2mdoc: extern.h $(SRCS) $(CC) -o $@ $(SRCS) index.html: index.xml $(VERSIONS)