cd graphics;
gcc genconf.c -o genconf -Wall -W;
./genconf;
chmod 755 comp;
./comp;
cd ..;
chmod 755 comp;

