mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
build: Add "build" shorthand target that depends on all compile targets
This commit is contained in:
parent
4d1f7e8bc7
commit
d1d6230ea3
4
Makefile
4
Makefile
@ -179,6 +179,7 @@ distclean::
|
||||
config:
|
||||
$(SRC_PATH)/configure $(value LIBAV_CONFIGURATION)
|
||||
|
||||
build: all alltools checkheaders examples testprogs
|
||||
check: all alltools checkheaders examples testprogs fate
|
||||
|
||||
include $(SRC_PATH)/tests/Makefile
|
||||
@ -194,4 +195,5 @@ $(sort $(OBJDIRS)):
|
||||
# so this saves some time on slow systems.
|
||||
.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*
|
||||
|
Loading…
Reference in New Issue
Block a user