summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2017-09-11 17:08:38 +0200
committerBert Münnich <ber.t@posteo.de>2017-09-11 17:08:38 +0200
commit5b5dc74195bd64270a499809b4fe932b8972e060 (patch)
tree48200256b4cde3aa0fe3c18086e4b7f1d24af7e2
parentecc363ec10dec864dd2c956b478549ff235fb3d6 (diff)
downloadnsxiv-5b5dc74195bd64270a499809b4fe932b8972e060.tar.zst
Only use targets in build messages
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: