]> granicus.if.org Git - libx264/commitdiff
* Add an "all" rule to the Makefile. Ideally "default" should be renamed,
authorSam Hocevar <sam@videolan.org>
Mon, 25 Sep 2006 10:25:55 +0000 (10:25 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 25 Sep 2006 10:25:55 +0000 (10:25 +0000)
    but I don't want to break existing scripts.

git-svn-id: svn://svn.videolan.org/x264/trunk@567 df754926-b1dd-0310-bc7b-ec298dee348c

Makefile

index 2f3ed3435156102cc50352f61197b5a1646b621b..53ee47b6973e1fbcb5ae156986c22bc0d34fc972 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,9 @@ OBJS = $(SRCS:%.c=%.o)
 OBJCLI = $(SRCCLI:%.c=%.o)
 DEP  = depend
 
-.PHONY: default fprofiled clean distclean install install-gtk uninstall
+.PHONY: all default fprofiled clean distclean install install-gtk uninstall
+all: default
+
 default: $(DEP) x264$(EXE)
 
 libx264.a: .depend $(OBJS) $(OBJASM)