A collection of example program source code to show how to properly implement and build with the cexil
library.
Each example has an individual makefile
which will build the output into its corresponding [example_name]/bin
directory when running make
.
You can also build all of the examples by simply running the following within this directory
make
As with building you can also use make clean
within a specific examples directory to clean only that one.
To clean all of the examples you can execute the proceeding
make clean
©️ Copyright "alic3dev (2025)" - All rights reserved