Commit 92e791ff authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Rename 'all' target to 'main'.

This is in preparation for common.mak inclusion in the main Makefile.

Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 984ff38a
......@@ -81,7 +81,7 @@ endif
MAKE-yes = $(MAKE)
MAKE- = : $(MAKE)
all: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
main: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
lib:
$(MAKE) -C libavutil all
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment