Collection of computer science libraries and executables written in C.
- Clang.
cd
into the root of this repository.make -f <path to Makefile> build
to build whatever test or program.
cd
into the root of this repository.make -f <path to Makefile>
to run whatever test or program.
- Follow the build instructions.
- Find the executable in the
build
directory and pass it to LLDB. Example:lldb build/queue_tests
make -f <path to Makefile> clean
to clean whatever test or program.
TODO