rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 781eaf4fcccdf47b83720f52eac3760c1dce5184
parent 55f8e8949b162f512e35ceb72c305641e468ed64
Author: vaplv <vaplv@free.fr>
Date:   Thu, 22 Dec 2022 12:03:08 +0100

Print nothing when resolving file dependencies

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -51,7 +51,6 @@ librsys.so: $(OBJ) .SUFFIXES: .c .d .o .c.d: - @echo "DEP $@" @$(CC) $(CFLAGS) -MM -MT "$(@:.d=.o) $@" $< -MF $@ .c.o: