Go to file
flo66 0f60e60428 test 2017-01-07 21:07:10 +01:00
include test 2017-01-07 21:07:10 +01:00
lib test 2017-01-07 21:07:10 +01:00
misc/logo test 2017-01-07 21:07:10 +01:00
scripts test 2017-01-07 21:07:10 +01:00
src test 2017-01-07 21:07:10 +01:00
.gitignore test 2017-01-07 21:07:10 +01:00
0 test 2017-01-07 21:07:10 +01:00
LICENSE.md test 2017-01-07 21:07:10 +01:00
Makefile test 2017-01-07 21:07:10 +01:00
Makefile.cfg test 2017-01-07 21:07:10 +01:00
Makefile.config test 2017-01-07 21:07:10 +01:00
README.md test 2017-01-07 21:07:10 +01:00
icon.bmp test 2017-01-07 21:07:10 +01: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.