1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-01 16:19:43 +02:00

Remove the veryclean target. Use the distclean target and svn-clean instead.

This commit is contained in:
benjamin.drung@gmail.com 2013-10-24 16:41:00 +00:00
parent 49468cd79c
commit 6e722649ed

View File

@ -164,12 +164,6 @@ clean:
rm -rf Audacity.app
rm -f src/audacity.desktop
veryclean: clean
rm -f Makefile src/Makefile lib-src/Makefile
rm -f src/configunix.h
rm -f `find . -name "*~"`
rm -f `find . -name core`
distclean: clean
$(MAKE) -C lib-src distclean
$(MAKE) -C locale distclean