grim/guifications2

Doing this so I can fix our tarball
org.guifications.gf2 gf_2_13beta7
2007-05-01, John Bailey
d9f3834d8f71
Doing this so I can fix our tarball
#
# 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