Add a nice target

This commit is contained in:
Christophe Mutricy 2007-08-31 22:31:04 +00:00
parent 01f75e6f6d
commit db74f67fc5
1 changed files with 4 additions and 0 deletions

View 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