From db74f67fc5ff7b3039a9636408a781bf360d4b79 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Fri, 31 Aug 2007 22:31:04 +0000 Subject: [PATCH] Add a nice target --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index aad90ecab3..38db434c60 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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