git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f75e6
)
Add a nice target
author
Christophe Mutricy
<xtophe@videolan.org>
Fri, 31 Aug 2007 22:31:04 +0000
(22:31 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Fri, 31 Aug 2007 22:31:04 +0000
(22:31 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
aad90ec
..
38db434
100644
(file)
--- 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