mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 15:13:50 +01:00
Remove the veryclean target. Use the distclean target and svn-clean instead.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user