diff options
author | Bert Münnich <ber.t@posteo.de> | 2017-09-11 17:08:38 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-09-11 17:08:38 +0200 |
commit | 5b5dc74195bd64270a499809b4fe932b8972e060 (patch) | |
tree | 48200256b4cde3aa0fe3c18086e4b7f1d24af7e2 | |
parent | ecc363ec10dec864dd2c956b478549ff235fb3d6 (diff) |
Only use targets in build messages
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |