Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: Refine header build dependencies - sacc - sacc - sacc(omys), simple c…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 572915c3d29428773577739e54647c4dfd0daa5d
parent 239ecedf18b5fdb0650a1b5468d2b75de2a38731
Author: Quentin Rameau <[email protected]>
Date: Wed, 20 Jul 2022 20:25:37 +0200
Makefile: Refine header build dependencies
Diffstat:
M Makefile | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -16,7 +16,10 @@ config.h:
$(BIN): $(OBJ)
$(CC) $(SACCLDFLAGS) -o $@ $(OBJ) $(IOLIBS) $(LIBS)
-$(OBJ): config.h config.mk common.h io.h
+$(OBJ): config.mk common.h
+sacc.o: config.h
+ui_ti.o: config.h
+io_$(IO).o: io.h
clean:
rm -f $(BIN) $(OBJ)
You are viewing proxied material from codemadness.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.