Add a dependency on common.h to objects - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit 3062310dc626a5604333d6c28945964fa25fff68
parent 06da9e03ae2c5a92ad499d531a4bb0d3b48d2a9e
Author: Quentin Rameau 
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(-)
---
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: