Skip to content

Commit

Permalink
doc(README): rm mention of building with make
Browse files Browse the repository at this point in the history
  • Loading branch information
rouson committed Mar 17, 2024
1 parent 5d840ed commit 6b74012
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ To use `fftpack` within your `fpm` project, add the following to your `fpm.toml`
fftpack = { git="https://github.com/fortran-lang/fftpack.git" }
```

## Build with Make
Alternatively, you can build using provided `Makefile`:
```bash
make
```

## Build with CMake
This library can also be built using CMake. For instructions see [Running CMake](https://cmake.org/runningcmake/). CMake version 3.24 or higher is required.

Expand Down

0 comments on commit 6b74012

Please sign in to comment.