This repository has been archived on 2020-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
ldl3/README.md

47 lines
1.3 KiB
Markdown

# limpador do luca0N! 3 (ldl3)
## Discontinued
This project and its development are now discontinued as of December 2020. The project source is still available in this repository.
## Description
limpador do luca0N! 3 is the successor to limpador do luca0N! 2 (also known as winpador do luca0N!). It is written in C and uses the Windows API. [This program is licensed under the GNU General Public License version 3](./LICENSE), and its development begun in April 26, 2020.
This program is only available for Windows because ldl3 uses the Windows API. There are currently no plans for cross-platform support.
## About
This is a simple command line interface program that frees disk space by deleting temporary files on your computer.
# Notice
limpador do luca0N! 3 has the potential to destroy your system. **Use this utility with caution and always double check the configuration file against syntax errors.** Use this program at your own risk.
# Using ldl3
You must compile this program in order to use it.
## Compiling
# Requirements
To compile, you will need:
- Windows API
- `gcc`
- GNU make
## How to compile
To compile, run:
``` sh
$ make
```
*Note: this command will generate extra files.*
To compile without leaving additional files, run:
``` sh
$ make dustless
```