diff --git a/Makefile b/Makefile

index 4dc668c893cfeb03020f992bf92c7ae46953d299..9a51be9ccf5eeb34c1481db6b75bea42c73adead 100644

--- a/Makefile

+++ b/Makefile

@@ -6,7 +6,7 @@ include $(OUTDIR)/cppcache

gmni: $(gmni_objects)

@printf 'CCLD\t$@\n'

- $(CC) $(LDFLAGS) -o $@ $(gmni_objects) $(LIBS)

+ @$(CC) $(LDFLAGS) -o $@ $(gmni_objects) $(LIBS)

gmnlm: $(gmnlm_objects)

@printf 'CCLD\t$@\n'