Add a dependency on common.h to objects - sacc - sacc(omys), simple console gopher client
(HTM) git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) LICENSE
---
(DIR) commit 3062310dc626a5604333d6c28945964fa25fff68
(DIR) parent 06da9e03ae2c5a92ad499d531a4bb0d3b48d2a9e
(HTM) Author: Quentin Rameau <quinq@fifth.space>
Date: Mon, 3 Jul 2017 17:53:17 +0200
Add a dependency on common.h to objects
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -9,7 +9,7 @@ OBJ = $(BIN:=.o) ui_$(UI).o
all: $(BIN)
-$(BIN): config.mk $(OBJ)
+$(BIN): config.mk common.h $(OBJ)
$(CC) $(OBJ) $(SACCLDFLAGS) -o $@
clean: