summaryrefslogtreecommitdiffstats
path: root/vidix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/Makefile')
-rw-r--r--vidix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vidix/Makefile b/vidix/Makefile
index 856fe89a2b..b840c7615e 100644
--- a/vidix/Makefile
+++ b/vidix/Makefile
@@ -27,8 +27,8 @@ clean:
rm -f *.o *.a *~
$(DO_MAKE)
-distclean:
- rm -f test *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend test
$(DO_MAKE)
dep: depend