diff options
-rwxr-xr-x | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 6870e82cb6..f7a0505fc8 100755 --- a/Makefile.in +++ b/Makefile.in @@ -260,6 +260,9 @@ DISTCLEAN_FILES=config.h config.log config.status tools/Linux/xbmc.sh \ system/libcpluff-@ARCH@.so all : Makefile externals xbmc.bin xbmc-xrandr skins + @echo '-----------------------' + @echo 'XBMC built successfully' + @echo '-----------------------' include Makefile.include |