tAdd a dependency on common.h to objects - sacc - sacc (saccomys): simple gopher client. | |
Log | |
Files | |
Refs | |
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: Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/Makefile b/Makefile | |
t@@ -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: |