Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Makefile: fix distclean
  • Loading branch information
perexg committed Oct 22, 2014
1 parent 469f834 commit 46e75c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 46e75c2

Please sign in to comment.