An open API service indexing awesome lists of open source software.

https://github.com/patrickfc17/backup-assistant

Backup Assistant for Linux Based Systems
https://github.com/patrickfc17/backup-assistant

c clang clang-format makefile valgrind

Last synced: 21 days ago
JSON representation

Backup Assistant for Linux Based Systems

Awesome Lists containing this project

README

        

# Backup Assistant

- Owner: Patrick Ferreira Carvalho

## Required For This Project

- C Language with your default compiler (LLVM **clang** being used by the owner)
- Make (min version: 4.4.1)
- Linux Based System

### Optional

- Clang Formatter (min version: 17.0.6)
- Valgrind (min version: 3.23.0)

## Build

To build this project simply run on your preferred terminal:

```sh
make -s CLEAN=true
```