This website requires JavaScript.
Explore
Help
Sign In
mirror
/
av
mirror of
https://bitbucket.org/ausocean/av.git
Watch
1
Star
0
Fork
You've already forked av
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Added clean target.
Browse Source
...
This commit is contained in:
Alan Noble
2018-06-22 16:01:13 +09:30
parent
60c09c2800
commit
82977fba23
1 changed files
with
3 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
3
Makefile
Unescape
Escape
View File
@ -7,3 +7,6 @@ deps:
install-deps
:
install-deps
:
@cd rtmp
;
$(
MAKE
)
install
@cd rtmp
;
$(
MAKE
)
install
clean
:
@cd rtmp
;
$(
MAKE
)
clean
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
mirror/av
Title
Body
Create Issue