summaryrefslogtreecommitdiffstats
path: root/liba52/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'liba52/Makefile')
-rw-r--r--liba52/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/liba52/Makefile b/liba52/Makefile
index 0a52a165a1..12e1684d51 100644
--- a/liba52/Makefile
+++ b/liba52/Makefile
@@ -30,8 +30,8 @@ all: $(LIBNAME)
clean:
rm -f *.o *.a *~
-distclean:
- rm -f test *.o *.a *~ .depend
+distclean: clean
+ rm -f .depend test
dep: depend