Updated for release (added mrproper).

This commit is contained in:
Jaroslav Kysela 1998-08-31 14:41:33 +00:00
parent 4960b57afe
commit 0b560331b9

View file

@ -36,10 +36,13 @@ clean:
rm -f core .depend *.o *.orig *~
rm -f `find . -name "out.txt"`
cvsclean: clean
mrproper: clean
rm -f config.cache config.log config.status Makefile.conf \
include/aconfig.h utils/alsa-utils.spec configure
include/aconfig.h utils/alsa-utils.spec
pack: cvsclean
cvsclean: clean
rm -f configure
pack: mrproper
chown -R root.root ../alsa-utils
tar cvz -C .. -f ../alsa-utils-$(SND_UTIL_VERSION).tar.gz alsa-utils