diff options
author | Marius Halden <marius.h@lden.org> | 2017-04-07 10:24:13 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-04-07 10:24:13 +0200 |
commit | dd46ae5bef1c34773a3e7d3e2ef48fc013cef283 (patch) | |
tree | decbedfb7b847c01493dc95890f2169b4b0e31f3 /protocols/twitter | |
parent | febcb6dca01bb17e0197770a0e6596aaa98bcdbd (diff) | |
parent | 051506399e1455d88f6179010129308c754be936 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/twitter')
-rw-r--r-- | protocols/twitter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/twitter/Makefile b/protocols/twitter/Makefile index ce87090f..40ae9de4 100644 --- a/protocols/twitter/Makefile +++ b/protocols/twitter/Makefile @@ -37,10 +37,10 @@ $(objects): ../../Makefile.settings Makefile $(objects): %.o: $(_SRCDIR_)%.c @echo '*' Compiling $< - @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ + $(VERBOSE) $(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@ twitter_mod.o: $(objects) @echo '*' Linking twitter_mod.o - @$(LD) $(LFLAGS) $(objects) -o twitter_mod.o + $(VERBOSE) $(LD) $(LFLAGS) $(objects) -o twitter_mod.o -include .depend/*.d |