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
- Host: GitHub
- URL: https://github.com/patrickfc17/backup-assistant
- Owner: patrickfc17
- Created: 2024-07-05T20:28:12.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T17:47:44.000Z (10 months ago)
- Last Synced: 2025-02-13T12:41:17.468Z (2 months ago)
- Topics: c, clang, clang-format, makefile, valgrind
- Language: C
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```