Makefile: when changing Makefile: rebuild - gopherproxy-c - Gopher HTTP proxy i… | |
git clone git://git.codemadness.org/gopherproxy-c | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b8a14c3c0df0a4d9ad6eca8bc772ca0140a0e897 | |
parent 1a3a39b35b6a350bec8b37e833639a671717c59e | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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) |