Cleanup and improve Makefile

This commit is contained in:
ben
2025-11-14 23:04:39 +01:00
parent 1b56f81768
commit 5db7304983
2 changed files with 4 additions and 21 deletions

View File

@@ -62,20 +62,13 @@ Schematic:
## How to build
For GNU/Linux and Mac OS X:
For GNU/Linux and macOS, you must have GCC or Clang installed. For Windows, w64-mingw32-gcc is required.
```
cd inexact
make
```
For Microsoft Windows using cross compilation on GNU/Linux:
```
cd inexact
make windows
```
## Usage
Asymmetric encryption:
@@ -139,4 +132,3 @@ Inexact is released under CC0 licence, except for this externals libraries:
- https://nachtimwald.com/2017/09/24/hex-encode-and-decode-in-c/
- https://github.com/argtable/argtable3
- https://github.com/dsprenkels/randombytes