Sound4Calc/README.md

9 lines
323 B
Markdown
Raw Permalink Normal View History

2016-05-17 19:49:11 +02:00
# Sound4Calc : make sound on your calc !
2016-05-15 14:04:29 +02:00
2016-05-17 19:49:11 +02:00
## 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.