DB's Dynamic Color Gradient Generator
-------------------------------------
 - instructions for building the binary from sources -

0.) Dependencies
1.) Windows (MinGW)
2.) Unix / Linux (untested)


0.) Dependencies:
	Allegro Game Programming Library (v4.20)
	(http://sourceforge.net/projects/alleg/)


1.) Windows (MinGW)
Open a command prompt, setup your MinGW environment, then type:
make -f makefile.win


2.) Unix / Linux (untested)
make -f makefile.nix
