mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the bug of configure.
This commit is contained in:
parent
f9767c91b5
commit
b3aed2cb59
1 changed files with 1 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -315,7 +315,7 @@ help:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
(cd ${SRS_OBJS_DIR}; rm -rf srs srs_utest $__mcleanups)
|
(cd ${SRS_OBJS_DIR}; rm -rf srs srs_utest $__mcleanups)
|
||||||
(cd ${SRS_OBJS_DIR}; rm -rf src research include lib)
|
(cd ${SRS_OBJS_DIR}; rm -rf src include lib)
|
||||||
(cd ${SRS_OBJS_DIR}/utest; rm -rf *.o *.a)
|
(cd ${SRS_OBJS_DIR}/utest; rm -rf *.o *.a)
|
||||||
(cd research/librtmp; make clean)
|
(cd research/librtmp; make clean)
|
||||||
(cd research/api-server/static-dir; rm -rf crossdomain.xml forward live players)
|
(cd research/api-server/static-dir; rm -rf crossdomain.xml forward live players)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue