From 5b5dc74195bd64270a499809b4fe932b8972e060 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Mon, 11 Sep 2017 17:08:38 +0200 Subject: Only use targets in build messages --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bc4f819..20d6206 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ OBJ := $(SRC:.c=.o) $(OBJ): config.h Makefile %.o: %.c - @echo "CC $<" + @echo "CC $@" $(CC) $(CFLAGS) $(CPPFLAGS) $(DEPFLAGS) -c -o $@ $< config.h: -- cgit v1.2.3-54-g00ecf