grim/guifications2

3e22f6bc9b79
Fix (in the Penguins and mini themes) a potential situation where typing
notifications appear blank because a conversation doesn't yet exist to
have a displayable name. Fixes #263.
#
# Makefile.mingw
#
# Description: Makefile for guifications themes
#
DEFAULT_THEME = ./default
MINI_THEME = ./mini
PENGUINS_THEME = ./Penguins
.PHONY: install
install:
$(MAKE) -C $(DEFAULT_THEME) -f Makefile.mingw install
$(MAKE) -C $(MINI_THEME) -f Makefile.mingw install
$(MAKE) -C $(PENGUINS_THEME) -f Makefile.mingw install