diff --git a/README.md b/README.md index 703ce10..33670d5 100644 --- a/README.md +++ b/README.md @@ -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 -