Skip to content

Commit 6b74012

Browse files
committed
doc(README): rm mention of building with make
1 parent 5d840ed commit 6b74012

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ To use `fftpack` within your `fpm` project, add the following to your `fpm.toml`
2929
fftpack = { git="https://github.com/fortran-lang/fftpack.git" }
3030
```
3131

32-
## Build with Make
33-
Alternatively, you can build using provided `Makefile`:
34-
```bash
35-
make
36-
```
37-
3832
## Build with CMake
3933
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.
4034

0 commit comments

Comments
 (0)