Makefile: add a dependency on arg.h

This commit is contained in:
Quentin Rameau 2017-12-03 22:17:36 +01:00 committed by Hiltjo Posthuma
parent fd867aebd1
commit 95963c46eb

View File

@ -21,6 +21,8 @@ options:
ii: ${OBJ} ii: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS} ${CC} -o $@ ${OBJ} ${LDFLAGS}
${OBJ}: arg.h
install: all install: all
mkdir -p ${DESTDIR}${DOCDIR} mkdir -p ${DESTDIR}${DOCDIR}
mkdir -p ${DESTDIR}${BINDIR} mkdir -p ${DESTDIR}${BINDIR}