Commit 5adc1f14 authored by James Almer's avatar James Almer

Merge commit 'd1d6230e'

* commit 'd1d6230e':
  build: Add "build" shorthand target that depends on all compile targets
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents f6a959ad d1d6230e
......@@ -154,6 +154,7 @@ endif
config:
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
build: all alltools examples testprogs
check: all alltools examples testprogs fate
include $(SRC_PATH)/tests/Makefile
......@@ -169,4 +170,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*
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