tests: Cleanup the test harnesses
[simavr] / Makefile.common
index 81130a3..6e1c7c3 100644 (file)
@@ -107,7 +107,6 @@ endif
 
 ${OBJ}/%.elf:
 ifeq ($(V),1)
-       echo $^ / $<
        $(CC) -MMD ${CFLAGS}  ${LFLAGS} -o $@ $^ $(LDFLAGS)
 else
        @echo LD $@