mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Change stable release to 3.0
This commit is contained in:
parent
13af54171f
commit
726ac03e22
3 changed files with 4 additions and 4 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -401,7 +401,7 @@ destroy: clean_st clean_openssl clean_ffmpeg clean_nginx clean_cherrypy
|
|||
|
||||
clean_srs:
|
||||
(cd ${SRS_OBJS_DIR} && rm -rf srs srs_utest)
|
||||
(cd ${SRS_OBJS_DIR}/${SRS_PLATFORM} && rm -rf src include lib utest)
|
||||
(cd ${SRS_OBJS_DIR}/${SRS_PLATFORM} && rm -rf src/* include/* lib/* utest/*)
|
||||
|
||||
clean_modules:
|
||||
(cd ${SRS_OBJS_DIR} && rm -rf $__mdefaults)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue