Add Makefile

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-03-17 12:25:35 +01:00
commit b2a45c3aba
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7
7 changed files with 78 additions and 17 deletions

View file

@ -30,6 +30,23 @@ There's two ways to configure `pgterminate`:
Configuration file options **override** command-line arguments
# Build
Create binary:
```
make
```
Create release tarball:
```
make release
```
Cleanup:
```
make clean
```
# Usage
Connect to a remote instance and prompt for password:
```