Commit d1d6230e authored by Diego Biurrun's avatar Diego Biurrun

build: Add "build" shorthand target that depends on all compile targets

parent 4d1f7e8b
...@@ -179,6 +179,7 @@ distclean:: ...@@ -179,6 +179,7 @@ distclean::
config: config:
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION) $(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
build: all alltools checkheaders examples testprogs
check: all alltools checkheaders examples testprogs fate check: all alltools checkheaders examples testprogs fate
include $(SRC_PATH)/tests/Makefile include $(SRC_PATH)/tests/Makefile
...@@ -194,4 +195,5 @@ $(sort $(OBJDIRS)): ...@@ -194,4 +195,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems. # so this saves some time on slow systems.
.SUFFIXES: .SUFFIXES:
.PHONY: all all-yes alltools check *clean config install* testprogs uninstall* .PHONY: all all-yes alltools build check config testprogs
.PHONY: *clean install* uninstall*
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