mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 23:45:43 +01:00
Updated for release (added mrproper).
This commit is contained in:
parent
4960b57afe
commit
0b560331b9
1 changed files with 6 additions and 3 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue