Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d1d6230e
Commit
d1d6230e
authored
Feb 28, 2017
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: Add "build" shorthand target that depends on all compile targets
parent
4d1f7e8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile
Makefile
+3
-1
No files found.
Makefile
View file @
d1d6230e
...
@@ -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*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment