summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-03-23 16:19:19 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-03-23 16:41:50 +0100
commit4474b5f5b5380f6cc7588d95106a935e14398e9f (patch)
treef3f102b638022fc07c31b23a6b572796ef93ace1 /Makefile
parentd5ecea55a673bf64ff0fed7fa2ea3426ccd64f1b (diff)
downloadvdr-plugin-tvguide-4474b5f5b5380f6cc7588d95106a935e14398e9f.tar.gz
vdr-plugin-tvguide-4474b5f5b5380f6cc7588d95106a935e14398e9f.tar.bz2
Version 1.2.4v1.2.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ee121b..b2b7138 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,8 @@ all: $(SOFILE) i18n
### Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
+ @echo CC $@
+ $(Q)$(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) -o $@ $<
### Dependencies: