From 17eee230c2a77c0f7cf630651ee6148cbfbdb5ab Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Mon, 31 Aug 1998 14:40:25 +0000 Subject: [PATCH] Updated for release (added mrproper). --- Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fa03fe6d..c9a12ef9 100644 --- a/Makefile +++ b/Makefile @@ -44,10 +44,13 @@ clean: rm -f core .depend *.o *.orig *~ rm -f `find . -name "out.txt"` -cvsclean: clean - rm -f configure config.cache config.log config.status Makefile.conf \ - utils/alsa-lib.spec include/config.h include/asoundlib.h include/version.h +mrproper: clean + rm -f config.cache config.log config.status Makefile.conf \ + utils/alsa-lib.spec include/config.h include/version.h -pack: cvsclean +cvsclean: mrproper + rm -f configure include/asoundlib.h + +pack: mrproper chown -R root.root ../alsa-lib tar cvz -C .. -f ../alsa-lib-$(SND_LIB_VERSION).tar.gz alsa-lib -- 2.47.1