
main.edc: build time options

There are various options inside the main.edc file, example:

This options disables or enables mouse pointer pulsating animation
	#define ANIMATED_CURSOR (0/1)

COMPILING and INSTALLING:

To compile and install or rebuild:
	make

To uninstall:
	make uninstall

