]> git.sesse.net Git - vlc/commitdiff
Add a nice target
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 31 Aug 2007 22:31:04 +0000 (22:31 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Fri, 31 Aug 2007 22:31:04 +0000 (22:31 +0000)
Makefile.am

index aad90ecab33dbc93d7280bd85f647639fb3faef7..38db434c600af1ed5716cec4e7816986410100ef 100644 (file)
@@ -258,6 +258,10 @@ vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
 LIB_libvlc = libvlc.la
 LIBVLC = src/$(LIB_libvlc)
 
+#To get some nice output
+nice:
+               $(top_builddir)/compile
+
 # Shortcut for developpers to rebuild the core (libvlc + vlc)
 # Don't use it if you don't know what it is about.
 # Don't complain if it doesn't work. -- Courmisch