summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-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: