Makefile: when changing Makefile: rebuild - gopherproxy-c - Gopher HTTP proxy in C (CGI)
(HTM) git clone git://git.codemadness.org/gopherproxy-c
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit b8a14c3c0df0a4d9ad6eca8bc772ca0140a0e897
(DIR) parent 1a3a39b35b6a350bec8b37e833639a671717c59e
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 17 Aug 2018 15:59:38 +0200
Makefile: when changing Makefile: rebuild
Diffstat:
M Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -15,5 +15,7 @@ all: $(BIN)
$(BIN): $(OBJ)
$(CC) $(OBJ) $(LDFLAGS) -o $@
+$(OBJ): Makefile
+
clean:
rm -f $(BIN) $(OBJ)