wdvi

network DVI viewer
Log | Files | Refs

commit 883d4edc762205546a9a7219b524c59cc3f986b0
parent 2926ee30c00760c0e430c2cae1d6a258c38505dc
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Tue, 21 Sep 2021 15:56:41 +0000

do not error when default.h cant be updated

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -26,8 +26,8 @@ ${PROG}: ${SRCS:.c=.o} ${CC} -o ${PROG} ${SRCS:.c=.o} ${LDFLAGS} ${PKGS_LDFLAGS} default.h: wdvi.1 - roff2dvi wdvi.1 > default.dvi - xxd -i default.dvi $@ + -roff2dvi wdvi.1 > default.dvi + -xxd -i default.dvi $@ install: @echo "Not yet."