# ************************************************************************* # # This makefile builds all supported proofing tools installers # # ************************************************************************* # all clean: $(MAKE) -C win $@ $(MAKE) -C mac $@ $(MAKE) -C hunspell $@