Skip to content
Snippets Groups Projects
Commit 92e791ff authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ endif ...@@ -81,7 +81,7 @@ endif
MAKE-yes = $(MAKE) MAKE-yes = $(MAKE)
MAKE- = : $(MAKE) MAKE- = : $(MAKE)
all: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes) main: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
lib: lib:
$(MAKE) -C libavutil all $(MAKE) -C libavutil all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment