summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 922ed8bf4b..f8c613e581 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -58,8 +58,8 @@ test2: libMP3.a test2.c
clean:
rm -f *~ *.o *.a test1 test2
-distclean:
- rm -f *~ *.o *.a Makefile.bak .depend
+distclean: clean
+ rm -f .depend
dep: depend