Added: - Imakefile is written and the "Makefile" saved as "Makefile.org". Changes: - Makefile Created an install rule. Added -DDICTFILE=\"$(LIBDIR)/scrabbledict\" to CFLAGS to make program use installed dictionary. To build: - if you are using Imakefile: xmkmf make - if you are using Makefile.org change "Makefile.org" to "Makefile" make To install: make install