Introduction
Introduction Statistics Contact Development Disclaimer Help
Push make dependencies on objects instead of binary - sacc - sacc(omys), simple…
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65…
Log
Files
Refs
Tags
LICENSE
---
commit dd589fa72ace15295af2eb6a0426d2c49de3b524
parent dbc5c018d5773da8514ff933815c9612d20b2677
Author: Quentin Rameau <[email protected]>
Date: Wed, 26 Jul 2017 17:46:24 +0200
Push make dependencies on objects instead of binary
Diffstat:
M Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -12,9 +12,11 @@ all: $(BIN)
config.h:
cp config.def.h config.h
-$(BIN): config.h config.mk common.h $(OBJ)
+$(BIN): $(OBJ)
$(CC) $(OBJ) $(SACCLDFLAGS) -o $@
+$(OBJ): config.h config.mk common.h
+
clean:
rm -f $(BIN) $(OBJ)
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.