diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-04 00:42:46 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-04 00:42:46 +0200 |
commit | 34454cfcd18b4127eb1b5200e724045a581bdbf6 (patch) | |
tree | 08883616b726247b5e0bdebc89dc50f162ef32cf /Makefile | |
parent | c69e262a626e6c18c0f53d46734c30aac5f11e91 (diff) | |
download | mpv-34454cfcd18b4127eb1b5200e724045a581bdbf6.tar.bz2 mpv-34454cfcd18b4127eb1b5200e724045a581bdbf6.tar.xz |
Makefile: remove generated locale files in clean target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -839,9 +839,11 @@ uninstall: clean: -rm -f $(call ADD_ALL_DIRS,/*.o /*.a /*.ho /*~) -rm -f $(call ADD_ALL_EXESUFS,mplayer) + -rm -f $(MOFILES) distclean: clean testsclean toolsclean driversclean dhahelperclean -rm -rf DOCS/tech/doxygen + -rm -rf locale -rm -f $(call ADD_ALL_DIRS,/*.d) -rm -f config.log config.mak config.h codecs.conf.h \ version.h $(VIDIX_PCI_FILES) TAGS tags |