From 19e21500604f61c449c94c74dd4f6d8d4c133c80 Mon Sep 17 00:00:00 2001 From: bsp2 Date: Mon, 25 Mar 2019 16:12:32 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c0c14c6..838eef08 100644 --- a/README.md +++ b/README.md @@ -942,7 +942,7 @@ Edit `dep/yac/install_msvc.mk` and adjust the `LIB_INSTALL_PREFIX`, `WINDDK_PATH EDIT `setenv_msvc.sh` and adjust the `VST2_SDK_DIR` as required. ``` -$ alias m="make -j 20 makefile.msvc" +$ alias m="make -j 20 -f makefile.msvc" $ . setenv_msvc.sh $ m all ``` @@ -995,7 +995,7 @@ EDIT `setenv_linux.sh` and adjust the `VST2_SDK_DIR` as required. ``` $ . setenv_linux.sh -$ alias m="make -j 20 makefile.linux" +$ alias m="make -j 20 -f makefile.linux" $ m all ```