Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 383 Bytes

Express.c

Simple program in C that implements functions executions queue.

  • The important point in this project is that I used doxygen to generate docs.

Build

Use the makefile to build the binary and the docs.

make run # build and run the binary
make build # just build the binary
make docs # generates the docs using doxygen
make clear # removes everything