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
1 changed files with 2 additions and 0 deletions

View File

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