From 8d8a0b3c210b2e816765eed9548e5f5fd9cb6096 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 29 Dec 2013 20:08:58 +0100 Subject: mpv-clean: use distclean --- scripts/mpv-clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mpv-clean b/scripts/mpv-clean index 7892cc0..9a091fd 100755 --- a/scripts/mpv-clean +++ b/scripts/mpv-clean @@ -1,7 +1,7 @@ #!/bin/sh cd mpv -./waf clean +./waf distclean # waf might pick up some old-configure/makefile produced files # also, waf clean won't remove the old binary rm -f DOCS/man/*/mpv.1 version.h input/input_conf.h video/out/vdpau_template.c demux/ebml_types.h demux/ebml_defs.c video/out/gl_video_shaders.h video/out/x11_icon.inc sub/osd_font.h player/lua/defaults.inc player/lua/assdraw.inc player/lua/osc.inc mpv -- cgit v1.2.3