mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00:00
Makefile: remove generated locale files in clean target
This commit is contained in:
parent
c69e262a62
commit
34454cfcd1
2
Makefile
2
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user