Skip to content

Repository files navigation

Malloc Implementation

Build

You can build the project using either Make or CMake, depending on your preference.

Option 1: Using Make

To compile the project:

make

To clean the build artifacts:

make clean

Option 2: Using CMake

You can run CMake commands manually:

cmake . -B build
cmake --build build

Or simply use the provided helper script cmake_build.sh, which runs the exact same commands:

# If needed, make the script executable
chmod +x cmake_build.sh
./cmake_build.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages