1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update coverage script

This commit is contained in:
winlin 2020-03-29 16:36:49 +08:00
parent b9a3df5c55
commit 2ba8104b37
2 changed files with 2 additions and 2 deletions

2
trunk/configure vendored
View file

@ -391,7 +391,7 @@ doclean:
clean: clean_srs clean_modules clean_st clean_openssl clean_ffmpeg clean_nginx clean_cherrypy
@echo "You can clean each some components, see make help"
destroy: clean
destroy:
(cd ${SRS_OBJS_DIR} && rm -rf ${SRS_PLATFORM})
clean_srs: