summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 8e3a0669..9dd4b1d1 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,6 @@
# vorbis makefile configured for use with gcc on any platform
-# $Id: Makefile.in,v 1.3 1999/12/30 03:46:16 xiphmont Exp $
+# $Id: Makefile.in,v 1.4 1999/12/30 07:26:22 xiphmont Exp $
###############################################################################
# #
@@ -17,7 +17,11 @@
@SET_MAKE@
-SUBDIRS = lib examples #cmdline
+SUBDIRS = lib vq examples # cmdline xmms
all debug profile selftest target clean:
@for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) || exit 1; done
+ -rm -f *~
+
+distclean: clean
+ -rm -f Makefile config.*