|
2 роки тому | |
---|---|---|
include | 3 роки тому | |
lib | 3 роки тому | |
misc/logo | 3 роки тому | |
scripts | 3 роки тому | |
src | 3 роки тому | |
.gitignore | 3 роки тому | |
LICENSE.md | 3 роки тому | |
Makefile | 3 роки тому | |
Makefile.cfg | 2 роки тому | |
README.md | 3 роки тому | |
icon.bmp | 3 роки тому |
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.