Go to file
flo 50387508b2 Update Makefile.cfg 2017-01-06 22:22:26 +01:00
include ajout d'une fonction + volatile 2016-05-16 13:32:58 +02:00
lib Sources 2016-05-14 22:19:51 +02:00
misc/logo Corrected and added logo 2016-05-15 14:58:54 +02:00
scripts First reorganization 2016-05-15 14:00:40 +02:00
src changement 2016-05-17 19:49:11 +02:00
.gitignore Corrected and added logo 2016-05-15 14:58:54 +02:00
LICENSE.md Added info files 2016-05-15 14:04:29 +02:00
Makefile changement 2016-05-17 19:49:11 +02:00
Makefile.cfg Update Makefile.cfg 2017-01-06 22:22:26 +01:00
README.md changement 2016-05-17 19:49:11 +02:00
icon.bmp First reorganization 2016-05-15 14:00:40 +02:00

README.md

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.