tAdd a dependency on common.h to objects - sacc - simple console gopher client
HTML git clone git://src.adamsgaard.dk/sacc
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 3062310dc626a5604333d6c28945964fa25fff68
DIR parent 06da9e03ae2c5a92ad499d531a4bb0d3b48d2a9e
HTML 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
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: