# Sound4Calc : make sound on your calc ! ## Building Building the library is achieved by the Makefile : - `make`: make the library ; - `make clean`: clean the object files ; - `make fclean`: clean the object files and the final library ; - `make re`: cleans the object files and the final library, then makes the project. These sources can be compiled with __GCC__ and use __Gint__ (Lephenixnoir's library) ## Final project A sound library to make sound in games.