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
2b258bba
Commit
2b258bba
authored
Jan 26, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly remove tools on clean.
Originally committed as revision 11619 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
afc9aee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Makefile
Makefile
+2
-1
No files found.
Makefile
View file @
2b258bba
...
...
@@ -256,10 +256,11 @@ clean:
$(MAKE)
-C
libpostproc clean
$(MAKE)
-C
libswscale clean
rm
-f
*
.o
*
~ .libs gmon.out TAGS
$(ALLPROGS)
$(ALLPROGS_G)
\
output_example
$(EXESUF)
qt-faststart
$(EXESUF)
cws2fws
$(EXESUF)
output_example
$(EXESUF)
rm
-f
doc/
*
.html doc/
*
.pod doc/
*
.1
rm
-rf
tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/
*
~
rm
-f
$
(
addprefix tests/,
$
(
addsuffix
$(EXESUF)
,audiogen videogen rotozoom seek_test tiny_psnr
))
rm
-f
$
(
addprefix tools/,
$
(
addsuffix
$(EXESUF)
,cws2fws pktdumper qt-faststart trasher
))
rm
-f
vhook/
*
.o vhook/
*
~ vhook/
*
.so vhook/
*
.dylib vhook/
*
.dll
distclean
:
clean
...
...
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