Remove obsolete make documentation.

This commit is contained in:
Dominik Pantůček 2023-04-01 10:25:38 +02:00
parent 04717a528e
commit 6444f53211

View file

@ -53,10 +53,6 @@ Build requirements:
Building
--------
Building a shared binary with .so modules:
make shared
Building static binary:
make static
@ -75,8 +71,3 @@ Preparing module import files for running as script:
Cleaning the built files from the build directory:
make clean
Building the import module files, shared and static binaries together:
make all