diff options
| author | 2021-10-24 17:31:21 +1100 | |
|---|---|---|
| committer | 2021-10-24 17:37:11 +1100 | |
| commit | 769413bc0e9bc297c9a9e359ff5e79305d5f7642 (patch) | |
| tree | 19a6f75b9526d84881ccd9105708690cd341e3ca /makefile | |
| parent | e778bb9a8c87ab321daa45ea08b4a39e1ad21a6f (diff) | |
Remove compiled message catalogs on clean, show clean commands for VERBOSE=1.
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1712,8 +1712,9 @@ genieclean: clean: genieclean @echo Cleaning... - -@rm -rf $(BUILDDIR) - -@rm -rf 3rdparty/bgfx/.build + -$(SILENT)rm -f language/*/*.mo + -$(SILENT)rm -rf $(BUILDDIR) + -$(SILENT)rm -rf 3rdparty/bgfx/.build GEN_FOLDERS := $(GENDIR)/$(TARGET)/layout/ $(GENDIR)/$(TARGET)/$(SUBTARGET_FULL)/ $(GENDIR)/mame/drivers/ $(GENDIR)/mame/machine/ |
