Makefile: fix distclean
This commit is contained in:
parent
469f8343d7
commit
46e75c2a2d
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -416,7 +416,8 @@ clean:
|
|||
find . -name "*~" | xargs rm -f
|
||||
|
||||
distclean: clean
|
||||
rm -rf ${ROOTDIR)/.tvh${ROOTDIR}/libav_static
|
||||
rm -rf ${ROOTDIR}/libav_static
|
||||
rm -rf ${ROOTDIR}/libhdhomerun_static
|
||||
rm -rf ${ROOTDIR}/build.*
|
||||
rm -f ${ROOTDIR}/.config.mk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue