Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 734 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 734 Bytes

cexil/examples

A collection of example program source code to show how to properly implement and build with the cexil library.

building

individually

Each example has an individual makefile which will build the output into its corresponding [example_name]/bin directory when running make.

all

You can also build all of the examples by simply running the following within this directory

make

cleaning

individually

As with building you can also use make clean within a specific examples directory to clean only that one.

all

To clean all of the examples you can execute the proceeding

make clean

copyright

©️ Copyright "alic3dev (2025)" - All rights reserved