git clone https://orangeshoelaces.net/git/ii.git
Author: Quentin Rameau on 12/03/2017
Committer: Hiltjo Posthuma on 12/03/2017
Makefile: add a dependency on arg.h
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 1abe2ab..8e0d89d 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,8 @@ options:
ii: ${OBJ}
${CC} -o $@ ${OBJ} ${LDFLAGS}
+${OBJ}: arg.h
+
install: all
mkdir -p ${DESTDIR}${DOCDIR}
mkdir -p ${DESTDIR}${BINDIR}