[hackers] [ii] Makefile: add a dependency on arg.h || Quentin Rameau

From: <git_AT_suckless.org>
Date: Sun, 3 Dec 2017 22:36:04 +0100 (CET)

commit 95963c46ebcafd9542e9cd8e16ee158aca043ce7
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Sun Dec 3 22:17:36 2017 +0100
Commit: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
CommitDate: Sun Dec 3 22:34:14 2017 +0100

    Makefile: add a dependency on arg.h

diff --git a/Makefile b/Makefile
index 1abe2ab..8e0d89d 100644
--- a/Makefile
+++ b/Makefile
_AT_@ -21,6 +21,8 @@ options:
 ii: ${OBJ}
         ${CC} -o $_AT_ ${OBJ} ${LDFLAGS}
 
+${OBJ}: arg.h
+
 install: all
         mkdir -p ${DESTDIR}${DOCDIR}
         mkdir -p ${DESTDIR}${BINDIR}
Received on Sun Dec 03 2017 - 22:36:04 CET

This archive was generated by hypermail 2.3.0 : Sun Dec 03 2017 - 22:48:19 CET