verbose mode

This commit is contained in:
aynic.os
2021-06-12 03:13:01 +02:00
parent 5e659fbfe0
commit 4f390ce36a
26 changed files with 157 additions and 88 deletions
+18
View File
@@ -10,6 +10,24 @@ This is work in progress ;)
$ make install
```
### Make variables
#### DEBUG
Show debug informations
```shell
$ make install DEBUG=true
```
#### DRYRUN
Show commands, do nothing
```shell
$ make install DRYRUN=true
```
## Status
Use it at your own risks.