This is my first project on github, just a little bouncing text ball, animation thingy, but, I think it's cool, so it will stay here.
Simply, just use the make command to build the project, or if you want to be difficult you can use gcc bouncer.c -o bouncer.
make
or
gcc bouncer.c -o bouncer
Just use make run or ./bouncer to run the application.
make run
or
./bouncer